Unverified Commit 78a4016c authored by Ming Lyu (CareF)'s avatar Ming Lyu (CareF) Committed by GitHub

Line break for devicelab/bin/run.dart help info (#58986)

The original help info has lines too long for
appropriate terminal display.
parent 75fd73d8
......@@ -229,8 +229,11 @@ final ArgParser _argParser = ArgParser()
abbr: 't',
splitCommas: true,
help: 'Either:\n'
' - the name of a task defined in manifest.yaml. Example: complex_layout__start_up.\n'
' - the path to a Dart file corresponding to a task, which resides in bin/tasks. Example: bin/tasks/complex_layout__start_up.dart.\n'
' - the name of a task defined in manifest.yaml.\n'
' Example: complex_layout__start_up.\n'
' - the path to a Dart file corresponding to a task,\n'
' which resides in bin/tasks.\n'
' Example: bin/tasks/complex_layout__start_up.dart.\n'
'\n'
'This option may be repeated to specify multiple tasks.',
callback: (List<String> value) {
......
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