autoprogram
autoprogram copied to clipboard
Please provide a way to suppress certain options
Hi,
When using autoprogram, I always get some options included that I'd rather remove. The most obvious one being the default --help option.
I could use argparse.SUPPRESS to remove it from the sphinx documentation, but then it will also be removed from the CLI help, and I don't want that.