Merge pull request #1362 from sethladd/listenhelptext

get a bug fix for multi-line command descriptions
This commit is contained in:
Seth Ladd 2016-01-25 10:58:10 -08:00
commit dc74fe3d6c
2 changed files with 6 additions and 3 deletions

View File

@ -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;

View File

@ -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