|
|
|
|
|
by Jugurtha
2056 days ago
|
|
This looks good. I'd rather the `questionary.checkbox` produce a checkbox instead of radio button. This could be confusing, especially given the support for multiple selections, as radio buttons are most commonly mutually exclusive, and check boxes are usually not. Can this parse arguments directly, produce help, etc. Like Click[0]? In other words, can this be "scripted". Will keep an eye on this. - [0]: https://click.palletsprojects.com/ |
|
This isn't possible just yet. I think it is a great idea to combine CLI argument parsing with queries if the arguments are missing, sounds like a thing you'd like to do instead of aborting a script because of a missing CLI argument.