Bug Fixes * Fix error-handling of POSITIONAL_ONLY, VAR_KEYWORD, and VAR_POSITIONAL arguments. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/27
Features * Add environment variable parsing via `Parameter.env_var`. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/20 * Allow multiple names for a command. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/22
Major release; I'm happy with the API and overall performance.
What's Changed * Make show_choices be optional to not close any doors for future comptability. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/12 * Make converter be Optional to not close any doors for future compatility by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/13
New Contributors * dependabot made their first contribution in https://github.com/BrianPugh/cyclopts/pull/11
What's Changed * add dispatcher argument to interactive_shell by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/8 * Fix Optional[Annotated[...]] resolution. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/9 * Don't display defaults if the default value is None. by BrianPugh in https://github.com/BrianPugh/cyclopts/pull/10