Skip to content

Releases: jorgebucaran/getopts.fish

1.0.0

13 Feb 11:42
1.0.0
f04ac58
Compare
Choose a tag to compare

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.