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
49ebb3e2
Commit
49ebb3e2
authored
Dec 19, 2016
by
Devon Carew
Committed by
GitHub
Dec 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide some options from flutter -h (#7288)
parent
1b9939af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
flutter_command_runner.dart
.../flutter_tools/lib/src/runner/flutter_command_runner.dart
+9
-12
No files found.
packages/flutter_tools/lib/src/runner/flutter_command_runner.dart
View file @
49ebb3e2
...
...
@@ -96,22 +96,19 @@ class FlutterCommandRunner extends CommandRunner<Null> {
'Use this to select a specific version of the engine if you have built multiple engine targets.
\n
'
'This path is relative to --local-engine-src-path/out.'
);
argParser
.
addOption
(
'record-to'
,
hide:
!
verboseHelp
,
help:
'Enables recording of process invocations (including stdout and '
'stderr of all such invocations), and serializes that recording to '
'the specified location.
\n
'
'If the location is a directory, a ZIP file named `recording.zip` '
'will be created in that directory. Otherwise, a ZIP file will be '
'Enables recording of process invocations (including stdout and stderr of all such invocations),
\n
'
'and serializes that recording to the specified location. If the location is a directory, a ZIP
\n
'
'file named `recording.zip` will be created in that directory. Otherwise, a ZIP file will be
\n
'
'created with the path specified in this flag.'
);
argParser
.
addOption
(
'replay-from'
,
hide:
!
verboseHelp
,
help:
'Enables mocking of process invocations by replaying their stdout, '
'stderr, and exit code from the specified recording (obtained '
'via --record-to).
\n
'
'If the location is a file, it is assumed to be a ZIP file '
'structured according to the output of --record-to. If the '
'location is a directory, it is assumed to be an unzipped version '
'of such a ZIP file.'
);
'Enables mocking of process invocations by replaying their stdout, stderr, and exit code from
\n
'
'the specified recording (obtained via --record-to). If the location is a file, it is assumed to
\n
'
'be a ZIP file structured according to the output of --record-to. If the location is a directory,
\n
'
'it is assumed to be an unzipped version of such a ZIP file.'
);
}
@override
...
...
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