updated help command output

This commit is contained in:
2024-07-17 21:22:33 -05:00
parent 8247860806
commit ad5f5a3c15
3 changed files with 15 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ export interface CLIArgsT {
out?: string
help?: boolean
src?: string
}
export const CLIArgs = commandLineArgs([
@@ -87,11 +89,15 @@ options:
--url <url>
alias: -u <url>
default: ""
the base for urls used in the meta comments
the base for urls used in the meta comments for @downloadURL
--supporturl <url>
alias: -s <url>
default: ""
the support url used in the meta comments
the support url used in the meta comments for @supportURL
--homepageurl <url>
alias: -U <url>
default: ""
the support url used in the meta comments for @homepageURL
--remotebranch <name>
alias: -b <name>
default: ""