Commit dc74fe3d authored by Seth Ladd's avatar Seth Ladd

Merge pull request #1362 from sethladd/listenhelptext

get a bug fix for multi-line command descriptions
parents 2d6dd63e fa91b3ff
......@@ -11,8 +11,11 @@ import 'start.dart';
class ListenCommand extends StartCommandBase {
final String name = 'listen';
final String description = 'Listen for changes to files and reload the running app on all connected devices (Android only).'
' By default, only listens to "./" and "./lib/". To listen to additional directories, list them on the command line.';
final String description =
'Listen for changes to files and reload the running app on all\n'
'connected devices (Android only). By default, only listens to\n'
'"./" and "./lib/". To listen to additional directories, list them on\n'
'the command line.';
/// Only run once. Used for testing.
final bool singleRun;
......
......@@ -10,7 +10,7 @@ environment:
dependencies:
analyzer: '>=0.26.1+17' # see note below
archive: ^1.0.20
args: ^0.13.0
args: ^0.13.2+1
crypto: ^0.9.1
den_api: ^0.1.0
mustache4dart: ^1.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment