Currently, devca asks for confirmation before continuing in three cases:
- During the
new command if the specified name already exists.
- Always during the
delete command.
- Always during the
regen command.
It'd be nice if there was a convenient flag to skip the warning for a user who knows what they're doing.
Our CLI should aim to be internally consistent, so the flag should be the same in all three cases, probably -f/--force.
Currently,
devcaasks for confirmation before continuing in three cases:newcommand if the specified name already exists.deletecommand.regencommand.It'd be nice if there was a convenient flag to skip the warning for a user who knows what they're doing.
Our CLI should aim to be internally consistent, so the flag should be the same in all three cases, probably
-f/--force.