From 6d8090456cbe6ddf11d285cf4059df30b6e627af Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Jun 2017 05:51:07 +0100 Subject: add remaining options from sisyphus bash backend/frontend --- src/frontend/cli/sisyphus-cli.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 3d4fb3a..c99f86a 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -31,3 +31,15 @@ if "__main__" == __name__: sisyphus_pkg_search() elif "update" in sys.argv[1:]: sisyphus_pkg_system_update() + elif "belongs" in sys.argv[1:]: + sisyphus_pkg_belongs() + elif "depends" in sys.argv[1:]: + sisyphus_pkg_depends() + elif "files" in sys.argv[1:]: + sisyphus_pkg_files() + elif "sysinfo" in sys.argv[1:]: + sisyphus_pkg_sysinfo() + elif "help" in sys.argv[1:]: + sisyphus_pkg_help() + elif not sys.argv[1:]: + sisyphus_pkg_help() -- cgit v1.2.3