- Don't render arguments with `help=argparse.SUPPRESS`. - Show epilogue if present in the command description. - Add option to show usage before description.
1.12.0
- Support rendering with `argparse.RawDescriptionHelpFormatter`.
1.11.0
- Hatchling as backend and exclude sphinx 6.1 support.
1.10.0
- Add the option to override the generated `default` part of the CLI parameter description.
1.9.0
- Add the option to override the description using the `description` attribute of the directive - Add the option to retrieve the arguments by hooking argparse, in cases where `func` consumes the arguments and does not return them