As there are a lot of command-line options and some are a bit verbose, tab-completion would be very handy. There looks to be a decent wrapper for adding tab-completion to argparse: https://github.com/kislyuk/argcomplete . As this is not widely installed, the dependency should be made optional if possible.
As there are a lot of command-line options and some are a bit verbose, tab-completion would be very handy. There looks to be a decent wrapper for adding tab-completion to argparse: https://github.com/kislyuk/argcomplete . As this is not widely installed, the dependency should be made optional if possible.