- Adding a star to indicate the required keyword arguments of the RichFormatter - You can choose to display the default values of keyword arguments in the help of the RichFormatter
0.2.1
FIX:
- Renaming `validate_type` to `convert_to_type` - Issue where the color was not applied on the argument for RichFormatter
0.2.0
NEW:
- Improved error messages when an unknown keyword argument is given
0.1.13
NEW:
- you can now write async function commands.
python cli.command(cmd='bar', help='Run bar command') async def bar_main(): ...
0.1.12
NEW:
- you can now use `Literal` for string validation.