Closed espenhgn closed 6 years ago
In stead of --override-prompts
it is more conventional to have -y
, --yes
, which is what's used in the other modules as well. Do you agree to conform?
Great with the filter options btw
Hi @lepmik
I think --override-prompts
sounds like a much less ambiguous argument than simply -y
or --yes
, as arguments can be supplied in an arbitrary order. But maybe you can point me to a place where your solution is used? Until then I do not agree to conform I guess.
Anyway think that some of the option names are poorly named, like --move
could be renamed --remove-local
or similar, but that is better dealt with independently.
Hi @lepmik Maybe we should just merge this in while there is no conflict, and rather argue about this override flag later.
You can see here as an example on how we use a simple y, yes to override prompts elsewhere. I think it is important that the user do not have to look up every function to see how to override prompts for that specific function.
It is common to use a simple -y statement in e.g.
sudo apt -y install blah
pip -y uninstall blah
Replaced --override-prompts with --yes option. Ok to merge?
Great! Thank you for the update.
Allows setting a few klusta prm options from command line when invoking
expipe process
:Adds
expipe transfer
option: