You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However this will create a version conflict with coala-utils, as coala doesnt use coala-utils master. That needs to be done first. And that depends on di/pytest-reqs#16 :P
It looks like that might be very suitable for quickstart, allowing lots of options to be exposed to the CLI, or be deferred to the user as prompts.
It may not work for all of the prompts currently in quickstart, but even moving a few of the custom prompts to become argparse-prompt would be a big win for usability.
IMO we should switch to use components in
coala-utils
like this one:https://github.com/coala/coala-quickstart/blob/master/coala_quickstart/generation/SettingsFilling.py#L215
Use this instead:
https://gitlab.com/coala/coala-utils/blob/master/coala_utils/Question.py
(Note that it's currently blocked by https://gitlab.com/coala/coala-utils/issues/63)
The text was updated successfully, but these errors were encountered: