CommandInterface
CommandInterface
Bases: ABC
Interface for commands to cli.
Source code in myalias/core/interfaces/command_interface.py
4 5 6 7 8 9 10 |
|
execute(*args, **kwargs)
abstractmethod
Execute command.
Source code in myalias/core/interfaces/command_interface.py
7 8 9 10 |
|