Getopts.fish Versions Save

Parse CLI options in Fish

1.0.0

5 years ago

Parse CLI options in Fish.

  • Rewrite getopts using a new shorter, one-pass algorithm. 🚀
    • Boolean flags are now set to the string true.
  • New Parsing Rules section.
  • Use latest Fishtape.