Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
dc74fe3d
Commit
dc74fe3d
authored
Jan 25, 2016
by
Seth Ladd
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1362 from sethladd/listenhelptext
get a bug fix for multi-line command descriptions
parents
2d6dd63e
fa91b3ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
listen.dart
packages/flutter_tools/lib/src/commands/listen.dart
+5
-2
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
packages/flutter_tools/lib/src/commands/listen.dart
View file @
dc74fe3d
...
...
@@ -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
;
...
...
packages/flutter_tools/pubspec.yaml
View file @
dc74fe3d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment