argbash icon indicating copy to clipboard operation
argbash copied to clipboard

Alias support

Open matejak opened this issue 8 years ago • 1 comments

Some arguments can have long descriptive names s.a. --add-another-value, so it can be convenient to add a long, but abbreviated option (i.e. alias) s.a. --aavalue.

matejak avatar Aug 09 '17 20:08 matejak

This would definitely be usefull to me. my script support installing dependencies on the fly with the --install-all option. I'd like to add a shorter --iA option.

In the same spirit, --install-all is actually a shorctut for --install-this --install-that, so it would be awesome it this use case could be supported

As of today, I have to manually edit the parsing and help fonctions to add those

yodapotatofly avatar Jan 27 '22 15:01 yodapotatofly