bankroll icon indicating copy to clipboard operation
bankroll copied to clipboard

Automatically add CLI settings from defined Settings classes

Open jspahrsummers opened this issue 5 years ago • 0 comments

If Settings enums could be defined with enough context to present meaningful CLI information, we could use Settings.__subclasses__() to get rid of the manual argument generation in __main__.py, which would simplify the code and make extension easier.

jspahrsummers avatar May 26 '19 23:05 jspahrsummers