Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheuslord authored Apr 4, 2023
1 parent b7d99ff commit add88ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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",
Expand Down

0 comments on commit add88ad

Please sign in to comment.