Skip to content

v0.24.3

Compare
Choose a tag to compare
@c4spar c4spar released this 29 Jul 18:21
· 228 commits to main since this release
60ca25c

Features

  • command: support passing global options before sub-command (#388) (ecbbcc0)
  • command: add support for list type in arguments (#402) (6dd3a6c)
  • command: indicate required env vars in help text (#394) (8f51cca)

Bug Fixes

  • command: all options should be optional if .allowEmpty() is called (#408) (2ba7386)
  • command: negatable option causes parsing issues when positioned before non-negatable options (#400) (751e1aa)
  • command: explicitly scope fish variables in completion script (#397) (2048a1e)
  • command: help text not always shown for validation error (#401) (e7bc0e8)
  • command: error handling not working correctly (#389) (0d66e88)

Code Refactoring

  • command: refactor .parseCommand() method (#404) (60b9dd7)

Chore

Documentation Updates