Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 512 Bytes

Change Log

Unreleased

Added

Changed

Depricated

Removed

Fixed

Security

Version 1.2.0

Added

  • 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

Changed

  • Arghandler.run now returns the arguments parsed from the argument list.

Depricated

Removed

Fixed

Security