autoprogram icon indicating copy to clipboard operation
autoprogram copied to clipboard

Please provide a way to suppress certain options

Open NightTsarina opened this issue 5 years ago • 0 comments

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.

NightTsarina avatar May 14 '20 17:05 NightTsarina