What's Changed
- refactor: param data struct #218
- feat: support profixed option #219
- feat: support flag command #220
- feat: run Argcfile.sh without child process #222
- feat: sanitize command name #223
- feat: option name supports special chars #224
- fix: sanitize command name don't replace _ to - #225
- refactor: use tailing '-' to mark prefixed option #226
- refactor: change match logic of option with multi value #227
- fix: compgen add help to candidates #228
- fix: don't match subcmd if prev arg have not match any subcmd #229
- feat: compgen export argc__cmd_fn #230
- refactor: export json #231
- fix: dashes parsing #233
- refactor: rename argc__index to argc__cmd_arg_index #234
- refactor: rename ARGC_FILTER to ARGC_CWORD #235
Full Changelog: v1.8.0...v1.9.0