Skip to content

v3.2.1

Choose a tag to compare

@geyang geyang released this 01 Feb 09:16
· 6 commits to main since this release

Bug Fixes

  • Positional Arguments in Subcommands: Fixed positional arguments being silently ignored after subcommand name (#29)
    • Before: myapp add my-env/v1.2.3 → positional arg silently dropped
    • After: myapp add my-env/v1.2.3 → positional arg captured by subcommand's required field
    • Enables CLI patterns like pip install requests, cargo add serde
    • Raises clear error for extra unrecognized positional arguments

Documentation

  • Fixed outdated notes claiming Optional[str] was not supported (it works)

Install

pip install params-proto==3.2.1