An additional package manager for managing Microsoft apps on Linux distros.
Go to file
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
assets Added icon logos 2023-07-02 13:46:41 +01:00
soypak Updated soypakcli.py 2023-07-05 20:24:27 +01:00
.gitignore Initial commit 2023-07-01 21:32:54 +01:00
LICENSE Initial commit 2023-07-01 21:32:54 +01:00
README.md Updated README.md 2023-07-02 13:45:46 +01:00
setup.py Updated setup.py 2023-07-04 20:47:51 +01:00

soypak logo

soypak

An additional package manager for managing Microsoft apps on Linux distros.