mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1362 from sethladd/listenhelptext
get a bug fix for multi-line command descriptions
This commit is contained in:
commit
dc74fe3d6c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user