Closed maandree closed 11 years ago
Consider pacman. It has two different -d, under -Q it is -d, --nodeps, but under -S, -R and -U it is -d, --nodeps.
pacman
-d
-d, --nodeps
When and option occurs, it should be able to redefine options, either only following or at any position.
When implementing this, some work will be need on the help function.
help
Consider
pacman
. It has two different-d
, under -Q it is-d, --nodeps
, but under -S, -R and -U it is-d, --nodeps
.When and option occurs, it should be able to redefine options, either only following or at any position.
When implementing this, some work will be need on the
help
function.