Commit 3470c682 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

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

parent 07a4b4c4
......@@ -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.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment