Different commands use different flags for auto-confirmation
Open
@elhimov is already working on this.
Since Nov 25, 2024.
1sp
code health
teamE
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
Below are excerptions related to force-flags from the kill, clean, stop and restart commands:
-f, --force do not ask for confirmation
-f, --force do not ask for confirmation
-y, --yes Automatic yes to confirmation prompt
-y, --yes Automatic yes to confirmation prompt
Consider using the single approach (for example -f, --force flags).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.