Rework how the CLI calls subcommands

This commit is contained in:
skullY
2019-09-08 19:58:56 -07:00
parent 8d75fd3dca
commit a5c8efddb4
9 changed files with 94 additions and 910 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ if __name__ == "__main__":
requires_python=metadata['requires-python'],
install_requires=[
#"milc", #FIXME(skullydazed): Included in the repo for now.
"appdirs",
"argcomplete",
"colorama",
#"halo"
"colorama"
],
)