Make flag out of '--all' option (#12510)
This commit is contained in:
parent
07a4b4c426
commit
3470c682f4
@ -103,7 +103,7 @@ final ArgParser _argParser = new ArgParser()
|
|||||||
help: 'Name of the stage. Runs all tasks for that stage. '
|
help: 'Name of the stage. Runs all tasks for that stage. '
|
||||||
'The tasks and their stages are read from manifest.yaml.',
|
'The tasks and their stages are read from manifest.yaml.',
|
||||||
)
|
)
|
||||||
..addOption(
|
..addFlag(
|
||||||
'all',
|
'all',
|
||||||
abbr: 'a',
|
abbr: 'a',
|
||||||
help: 'Runs all tasks defined in manifest.yaml.',
|
help: 'Runs all tasks defined in manifest.yaml.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user