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
36983508
Unverified
Commit
36983508
authored
Oct 18, 2018
by
Greg Spencer
Committed by
GitHub
Oct 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wrapping message (#23104)
Updating the --wrap-column help message to reflect reality.
parent
20d0b282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
flutter_command_runner.dart
.../flutter_tools/lib/src/runner/flutter_command_runner.dart
+3
-2
No files found.
packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
View file @
36983508
...
@@ -69,8 +69,9 @@ class FlutterCommandRunner extends CommandRunner<void> {
...
@@ -69,8 +69,9 @@ class FlutterCommandRunner extends CommandRunner<void> {
defaultsTo:
true
);
defaultsTo:
true
);
argParser
.
addOption
(
'wrap-column'
,
argParser
.
addOption
(
'wrap-column'
,
hide:
!
verboseHelp
,
hide:
!
verboseHelp
,
help:
'Sets the output wrap column. If not set, uses the width of the terminal, or 100 if '
help:
'Sets the output wrap column. If not set, uses the width of the terminal. No '
'the output is not a terminal. Use --no-wrap to turn off wrapping entirely.'
,
'wrapping occurs if not writing to a terminal. Use --no-wrap to turn off wrapping '
'when connected to a terminal.'
,
defaultsTo:
null
);
defaultsTo:
null
);
argParser
.
addOption
(
'device-id'
,
argParser
.
addOption
(
'device-id'
,
abbr:
'd'
,
abbr:
'd'
,
...
...
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