Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 392 Bytes

powercmd

An extension of the standard cmd module (https://docs.python.org/3.5/library/cmd.html) that uses type annotations to ensure type-safety of defined commands.

Requires Python 3.5+.

Features

  • automatic conversion of user input into types specified in annotations
  • intelligent (and customizable!) argument tab-completion
  • prefix, snake-case-prefix and fuzzy command matching