Add -y parameter to CLI #66

Open
opened 2022-07-01 11:39:54 -04:00 by merenber · 2 comments
Owner

All of the CLI commands should accept a -y or --yes flag which allows the user to skip the confirmation prompts. This will be useful for automation.

All of the CLI commands should accept a `-y` or `--yes` flag which allows the user to skip the confirmation prompts. This will be useful for automation.
kliwonga self-assigned this 2022-10-08 19:14:20 -04:00
First-time contributor

Just to check; should I add the -y flag if a command already has something similar? For example, the updateprograms command already has a dry run flag that can skip the only confirmation prompt for the command.

Just to check; should I add the -y flag if a command already has something similar? For example, the updateprograms command already has a dry run flag that can skip the only confirmation prompt for the command.
Author
Owner

If --dry-run and -y are used together, the effect should be the same as if only --dry-run had been specified - that is, no confirmation prompt at all (so the command can be run without any interaction).

If `--dry-run` and `-y` are used together, the effect should be the same as if only `--dry-run` had been specified - that is, no confirmation prompt at all (so the command can be run without any interaction).
kliwonga referenced this issue from a commit 2023-05-27 19:19:25 -04:00
merenber added the
priority
low
label 2023-10-14 22:19:25 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/pyceo#66
No description provided.