All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed the warning "typer does not provide the extra 'all'" when installing the package. (#32)
- The value of local variables is now not printed when error occurs. (#24)
pyodide --help
will now group subcommands by their package name. (#19)
- Define
pyodide_cli.app.typer_click_object
whenpyodide_cli
is imported from within sphinx, to allow auto-generate CLI documentation with sphinx-click (#17)
- When registering commands, you can pass extra arguments to the typer's
app.command
method, by setting CLI entry point function attributetyper_kwargs
to the corresponding kwargs dict. (#2)
- Fix entry point registration for callable functions (#4)
Initial release