Skip to content

Releases: druths/arghandler

Autocompletion and subcommand-specific help

09 Jun 19:15
Compare
Choose a tag to compare

This release incorporates two minor changes with some nice capabilities: code completion and subcommand-specific help (and an associated format for printing subcommands).

For both, see the README. There's are new sections about these.

arghandler with fixed readme

29 Jul 12:53
Compare
Choose a tag to compare

Fixing some errors reported in the README.

First release of the arghandler library

26 Jul 15:39
Compare
Choose a tag to compare

This is the official debut of arghandler - an extension to argparse that adds high-level features that take a bunch of boilerplate code to make work with argparse alone. The two key capabilities provided in this release are:

  • declaring and supporting subcommands (e.g., git pull) with basically zero-lines of code
  • support for auto-configuring the logging level based on a configurable command-line argument

arghandler works with all modern installations of python. Give it a try!