feat: add --output in help message

This commit is contained in:
2025-01-11 01:00:01 +08:00
parent 2c363e9db6
commit 012f75e765
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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