plugin-argu icon indicating copy to clipboard operation
plugin-argu copied to clipboard

Sane and easy to use argument parser for Oh My Fish!

Results 3 plugin-argu issues
Sort by recently updated
recently updated
newest added

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...