Releases: jorgebucaran/getopts.fish
Releases · jorgebucaran/getopts.fish
1.0.0
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.