> Can this parse arguments directly, produce help, etc. Like Click[0]? In other words, can this be "scripted".
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.
thanks a lot for the feedback - I am the author of the library.
> I'd rather the `questionary.checkbox` produce a checkbox instead of radio button.
As you said, it doesn't behave like a radio group though but like group of checkboxes (as it allows you to select multiple items). Do you mean that the default styling of using empty & filled circles to display selections is confusing?
Rasa | DevOps | ONSITE (Berlin) or REMOTE -2 CET - +2 CET | http://rasa.com
We are looking for a Senior DevOps engineer who combines technical, communication, and analytical capabilities and who will have the opportunity to design and develop creative, compelling, and cutting-edge systems that support our mission.
DevOps at Rasa is not only about shipping code. You'll have to come up with good infrastructural designs, reliable deployments, and break an ambitious long-term vision down into milestones and issues.
We do fundamental machine learning research, and we ship commercial quality software that puts it to use. We mostly work in Python, but dip into other languages when it makes sense to. We are a tight-knit team with a focus on exchanging knowledge and enabling each other to do our best. One of your responsibilities will be to ship these machine learning applications into production as well as enabling the team to do so on their own.
Feel free to reach out to me, I'll happily guide you through the process.
Currently it supports english and german. In general we need a word embedding for each language. If that has been created by someone else, it's rather easy to integrate new languages.
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.