- The ability to print a short help message, better suited to sub-commands.
- Autocompletion support using argcomplete. A new dependency of the library.
- Added
reset_registered_subcommands
function, primarily for testing
Arghandler.run
now returns the arguments parsed from the argument list.