Added
- When registering commands, you can pass extra arguments to the typer's `app.command` method, by setting
CLI entry point function attribute `typer_kwargs` to the corresponding kwargs dict.
([2](https://github.com/pyodide/pyodide-cli/pull/2))
Changed
- Fix entry point registration for callable functions ([4](https://github.com/pyodide/pyodide-cli/pull/4))