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