v1.6.0
What's Changed
- fix: compgen bash with prefix by @sigoden in #146
- feat: compgen supports __argc_prefix and __argc_matcher by @sigoden in #149
- fix: fish completions for path arguments by @CGamesPlay in #148
- feat: enhance main fn by @sigoden in #150
- refactor: eval param fn don't export argc__words by @sigoden in #151
- refactor: rename argc__args to argc__positionals by @sigoden in #152
- feat: exports argc__args and argc__index by @sigoden in #153
- feat: compgen supports __argc_suffix by @sigoden in #154
- fix: compgen when use option equal sign by @sigoden in #155
- fix: bash compgen when prefix contains breakchar by @sigoden in #156
- feat: support muti-char by @sigoden in #157
- feat: compgen supports quotes by @sigoden in #158
- feat: compgen dedup multi by @sigoden in #159
- fix: compgen issue by @sigoden in #160
- refactor: completion scripts by @sigoden in #161
- feat: compgen subcommand by @sigoden in #162
- feat: compgen terminated mode by @sigoden in #163
- fix: compgen complete file if no candicate by @sigoden in #164
New Contributors
- @CGamesPlay made their first contribution in #148
Full Changelog: v1.5.0...v1.6.0