Sourced from yargs's changelog.
17.4.1 (2022-04-09)
Bug Fixes
- coerce pollutes argv (https://github.com/facebook/flipper/issues/2161) (2d1136d)
- completion: don't show positional args choices with option choices (https://github.com/facebook/flipper/issues/2148) (b58b5bc)
- hide hidden options from completion (https://github.com/facebook/flipper/issues/2143) (e086dfa), closes https://github.com/facebook/flipper/issues/2142
- show message when showHelpOnFail is chained globally (https://github.com/facebook/flipper/issues/2154) (ad9fcac)
17.4.0 (2022-03-19)
Features
- completion: choices will now work for all possible aliases of an option and not just the default long option (30edd50)
- completion: positional arguments completion (https://github.com/facebook/flipper/issues/2090) (00e4ebb)
Bug Fixes
- completion: changed the check for option arguments to match options that begin with '-', instead of '--', to include short options (30edd50)
- completion: fix for completions that contain non-leading hyphens (30edd50)
- failed command usage string is missing arg descriptions and optional args (https://github.com/facebook/flipper/issues/2105) (d6e342d)
- wrap unknown args in quotes (https://github.com/facebook/flipper/issues/2092) (6a29778)
17.3.1 (2021-12-23)
Bug Fixes
- translations: correct Korean translation (https://github.com/facebook/flipper/issues/2095) (c7c2b9e)
17.3.0 (2021-11-30)
Features
- fallback to default bash completion (74c0ba5)
Bug Fixes
- avoid legacy accessors (https://github.com/facebook/flipper/issues/2013) (adb0d11)
- deps: update dependency yargs-parser to v21 (https://github.com/facebook/flipper/issues/2063) (76c1951)
- don't fail if "fileURLToPath(import.meta.url)" throws (3a44796)
- re-add options to check callback (https://github.com/facebook/flipper/issues/2079) (e75319d)
be52515 chore(main): release 17.4.1 (https://github.com/facebook/flipper/issues/2147)2d1136d fix: coerce pollutes argv (https://github.com/facebook/flipper/issues/2161)ad9fcac fix: show message when showHelpOnFail is chained globally (https://github.com/facebook/flipper/issues/2154)b58b5bc fix(completion): don't show positional args choices with option choices (https://github.com/facebook/flipper/issues/2148)0bb49c3 samples: event.keyCode is deprecated, use new .code API (https://github.com/facebook/flipper/issues/2125)e086dfa fix: hide hidden options from completion (https://github.com/facebook/flipper/issues/2143)bcd59f1 chore(main): release 17.4.0 (https://github.com/facebook/flipper/issues/2108)3cbc38c docs: fix hyphenation (https://github.com/facebook/flipper/issues/2141)00e4ebb feat(completion): positional arguments completion (https://github.com/facebook/flipper/issues/2090)c066164 docs: an example using inquirer prompting (https://github.com/facebook/flipper/issues/2114)