From c8848aec47da36005d6aa81233a2332c5d87fdbe Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 9 Aug 2023 14:05:40 +0100 Subject: [PATCH] Updated soypakcli.py --- soypak/cli/soypakcli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/soypak/cli/soypakcli.py b/soypak/cli/soypakcli.py index 21ce906..49d7094 100644 --- a/soypak/cli/soypakcli.py +++ b/soypak/cli/soypakcli.py @@ -4,7 +4,8 @@ import clog import soypak.cli.command as command # import all the commands to auto-register from soypak.cli.commands import ( - help + help, + install, ) import soypak.cli.parser as parser