From add88ad5c383eb8e3c4272f280f08a59a6956622 Mon Sep 17 00:00:00 2001 From: morpheuslord <70637311+morpheuslord@users.noreply.github.com> Date: Tue, 4 Apr 2023 20:16:50 +0530 Subject: [PATCH] Update main.py --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index fd24b31..b007415 100644 --- a/main.py +++ b/main.py @@ -103,7 +103,7 @@ def main(): case 'argm': try: match command: - case 'SET target': + case 'target': fn = Prompt.ask("Name >>") case 'tools_name': table = Table(title="Tools Intigrated") @@ -130,8 +130,6 @@ def main(): hm = Table(title="Main Help Menu") hm.add_column("Command") hm.add_column("Details") - hm.add_row( - "SET target", "SET the name of the targetfile") hm.add_row("install_tools", "If not installed this will install the tools") hm.add_row("tools_name",