mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
Add 'yes' flag to cleanup subcommand
This commit is contained in:
@@ -103,6 +103,7 @@ func main() {
|
||||
currentFlagSet.StringP("root", "R", "/", "Operate on specified root directory")
|
||||
currentFlagSet.BoolP("verbose", "v", false, "Show additional information about the current operation")
|
||||
currentFlagSet.BoolP("force", "f", false, "Bypass warnings during package cleanup")
|
||||
currentFlagSet.BoolP("yes", "y", false, "Enter 'yes' in all prompts")
|
||||
currentFlagSet.BoolP("depends", "d", false, "Perform a dependency cleanup")
|
||||
currentFlagSet.BoolP("make-depends", "m", false, "Perform a make dependency cleanup")
|
||||
currentFlagSet.BoolP("compilation-files", "c", false, "Perform a cleanup of compilation files")
|
||||
|
||||
Reference in New Issue
Block a user