Better command line arguments management with Click #507
virajkanwade
started this conversation in
Ideas
Replies: 1 comment
-
We use this library currently for most of our CLI: https://github.com/piccolo-orm/targ You're right, we do use The reason we made something custom rather than using click, is it gives us a bit more control over the look of our CLI. And it makes registering custom CLI commands really easy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the code is relying on sys.argv.
https://click.palletsprojects.com/en/8.1.x/ is a great library for arguments passing to command line.
Might be a good improvement
Beta Was this translation helpful? Give feedback.
All reactions