modified: main.py
This commit is contained in:
parent
1e803d87ca
commit
34be544a78
2
main.py
2
main.py
@ -199,6 +199,8 @@ class packagemanager:
|
|||||||
def handleCommands(command: list) -> list:
|
def handleCommands(command: list) -> list:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
if command[0] == "exit":
|
||||||
|
quit()
|
||||||
if command[0] == "help":
|
if command[0] == "help":
|
||||||
print("Type pakk for more help installing packages" )
|
print("Type pakk for more help installing packages" )
|
||||||
return [0,None]
|
return [0,None]
|
||||||
|
Loading…
Reference in New Issue
Block a user