refactor: rename cli short option
This commit is contained in:
parent
a73357bee9
commit
07a9837f57
2
main.ts
2
main.ts
|
@ -11,7 +11,7 @@ await new Command()
|
|||
.version('0.1.0')
|
||||
.option('-g, --group <group:string>', 'Name of the group to add users in.')
|
||||
.option(
|
||||
'-o, --only-add [only-add:boolean]',
|
||||
'-a, --only-add [only-add:boolean]',
|
||||
"Don't create users, only add them to a group",
|
||||
)
|
||||
.option('-d, --endpoint <endpoint:string>', 'Redmine server address.', {
|
||||
|
|
Loading…
Reference in a new issue