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