list command done
This commit is contained in:
@@ -4,6 +4,7 @@ import os, sys
|
||||
from install import install
|
||||
from publish import publish
|
||||
from remove import remove
|
||||
from list import list_cmd
|
||||
|
||||
|
||||
def parse_arguments():
|
||||
@@ -63,6 +64,8 @@ def parse_arguments():
|
||||
publish(args)
|
||||
elif args.command == "remove":
|
||||
remove(args)
|
||||
elif args.command == "list":
|
||||
list_cmd(args)
|
||||
|
||||
def main():
|
||||
parse_arguments()
|
||||
|
||||
Reference in New Issue
Block a user