Skip to content

Commit af990fb

Browse files
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 9476a3d commit af990fb

13 files changed

Lines changed: 562 additions & 565 deletions

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Upcoming (TBD)
44
Internal
55
---------
66
* Factor `main.py` into several files using mixins.
7+
* Move CLI argument handling back to `main.py`.
78

89

910
1.73.1 (2026/05/29)

mycli/cli_args.py

Lines changed: 0 additions & 373 deletions
This file was deleted.

0 commit comments

Comments
 (0)