command_creator
The command creator package provides a simple way to create command-line tools using Python’s argparse library and dataclasses.
Functions
|
Create a command-line argument |
Classes
|
Class which represents a command-line argument |
|
Class which represents a command-line command |
Exceptions
Error raised when an invalid argument is passed to a command |