feat: add --output in help message
This commit is contained in:
@@ -5,7 +5,7 @@ Show help:
|
||||
$ rundart -h|--help
|
||||
|
||||
Show template:
|
||||
$ rundart -t|--template
|
||||
$ rundart -t|--template [--output script.dart]
|
||||
|
||||
Show scriptions:
|
||||
$ rundart -l|--list
|
||||
|
||||
@@ -5,7 +5,7 @@ Show help:
|
||||
$ rungo -h|--help
|
||||
|
||||
Show template:
|
||||
$ rungo -t|--template
|
||||
$ rungo -t|--template [--output script.go]
|
||||
|
||||
Show scriptions:
|
||||
$ rungo -l|--list
|
||||
|
||||
@@ -5,7 +5,7 @@ Show help:
|
||||
$ runjs -h|--help
|
||||
|
||||
Show template:
|
||||
$ runjs -t|--template
|
||||
$ runjs -t|--template [--output script.js]
|
||||
|
||||
Show scriptions:
|
||||
$ runjs -l|--list
|
||||
|
||||
@@ -5,7 +5,7 @@ Show help:
|
||||
$ runrs -h|--help
|
||||
|
||||
Show template:
|
||||
$ runrs -t|--template
|
||||
$ runrs -t|--template [--output script.rs]
|
||||
|
||||
Show scriptions:
|
||||
$ runrs -l|--list
|
||||
|
||||
Reference in New Issue
Block a user