Use Typer instead of argparse#49
Conversation
this will simplify addition of subcommands later on.
This reverts commit 513fcc6.
|
@paketb0te Thanks for this! Just 2 comments for now:
|
|
@initialcommit-io of course, I just realized that I still have both files for each command in my branch (kept the original ones to look at while modifying the new ones). I moved everything back into the original files now (so that Since we introduced a new dependency on typer, we should probably start including something like a Oh and I removed the obsolete |
|
@paketb0te Thanks! Setup.py does automatically include the dependencies, so we should be ok for now, but we do still have the other open issue for the dependency system upgrade... |
The PR for #43 :)