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
Doing this needs new hook types pre/post_config_prompt called in prompt.py. These hooks must emit JSON (and nothing else) on stdout; logging can go to stderr.
The parsed JSON is merged (dict.update) into the existing context. This allows, among other things, for computed defaults.
python setup.py --url
The text was updated successfully, but these errors were encountered: