Make flag out of '--all' option (#12510)

This commit is contained in:
Alexander Aprelev 2017-10-12 16:08:29 -07:00 committed by GitHub
parent 07a4b4c426
commit 3470c682f4

View File

@ -103,7 +103,7 @@ final ArgParser _argParser = new ArgParser()
help: 'Name of the stage. Runs all tasks for that stage. '
'The tasks and their stages are read from manifest.yaml.',
)
..addOption(
..addFlag(
'all',
abbr: 'a',
help: 'Runs all tasks defined in manifest.yaml.',