refactor: rename cli short option

This commit is contained in:
Julien Oculi 2024-01-15 23:35:24 +01:00
parent a73357bee9
commit 07a9837f57

View file

@ -11,7 +11,7 @@ await new Command()
.version('0.1.0') .version('0.1.0')
.option('-g, --group <group:string>', 'Name of the group to add users in.') .option('-g, --group <group:string>', 'Name of the group to add users in.')
.option( .option(
'-o, --only-add [only-add:boolean]', '-a, --only-add [only-add:boolean]',
"Don't create users, only add them to a group", "Don't create users, only add them to a group",
) )
.option('-d, --endpoint <endpoint:string>', 'Redmine server address.', { .option('-d, --endpoint <endpoint:string>', 'Redmine server address.', {