Commit 475c693
committed
migrate CLI argument handling back to main.py
This is a bit of churn. We spun absolutely everything out of main.py
in a series of steps, but it isn't required that the file have zero
responsibilities.
Here mycli/cli_args.py is removed, and its responsibilities brought
back to main.py.
Some values are also moved to constants.py to avoid circular imports.1 parent d8986a0 commit 475c693
13 files changed
Lines changed: 562 additions & 565 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
This file was deleted.
0 commit comments