plugin-argu
plugin-argu copied to clipboard
Sane and easy to use argument parser for Oh My Fish!
Hi, thank you for the good plugin! This is the nicest option parser for fish-shell. I fixed short option parsing. In the current version, options -e, -n, -s, -E are...
Hey, I found https://github.com/fisherman/getopts but I didn't understand one bit what to do at first sight, and this one seemed to be easier and more documented. I had a bit...
for example * `argu e edit -- -e` -> single blank line * `argu a append -- -a` -> '-a' * `argu a append -- --append` -> '--append' * `argu...