From 0346f906af79281544dedb10de8fcf0a2b0d441f Mon Sep 17 00:00:00 2001 From: Uniminin <42061747+Uniminin@users.noreply.github.com> Date: Wed, 5 Feb 2020 17:02:42 +0600 Subject: [PATCH] Update main.py --- src/bin/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.py b/src/bin/main.py index d895ccc..163b464 100644 --- a/src/bin/main.py +++ b/src/bin/main.py @@ -19,6 +19,7 @@ OPTIONS: SUBCOMS (Subcommands): resolve resolve package on the system """, "green") + else: cprint("Incorrect Argument! Type -h to view basic usage.", "red")