soypak/soypak
TheOnePath 94d6f8f933
Updated soypakcli.py
soypakcli is responsible for registering all commands, parsing and
invoking the command to run.

- global optional flags are explicitly check first, regardless of the
  number of args.
- if there is no command, the program displays the help message and
  dies.
- fetches the command class for the identified soypak command and
  initialised the class command.
- SoypakCLI@run_command: invokes the `run()` method of a command class
2023-07-05 20:24:27 +01:00
..
cli Updated soypakcli.py 2023-07-05 20:24:27 +01:00
__version__.py Added __version__.py 2023-07-04 20:49:48 +01:00
_soypak.py Updated _soypak.py 2023-07-05 18:34:26 +01:00