fix: replace interactive prompt by cli flag

This commit is contained in:
Julien Oculi 2024-01-16 11:19:19 +01:00
parent 05add55d5d
commit b426c3f8bc

View file

@ -34,7 +34,7 @@ await new Command()
if (!onlyAdd) createUsers(redmine, csv) if (!onlyAdd) createUsers(redmine, csv)
if (group) { if (group) {
appendToGroup(redmine, csv, prompt('Enter a group name ?: ') ?? '') appendToGroup(redmine, csv, group)
} }
}) })
.parse() .parse()