yargs v17.4.0 Release Notes

Release Date: 2022-03-19 // about 2 years ago
  • 🔋 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 (#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 (#2105) (d6e342d)
    • wrap unknown args in quotes (#2092) (6a29778)