updated help command output
This commit is contained in:
10
src/main.ts
10
src/main.ts
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user