We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qri config set
$ qri config set logging.levels.qrip2p debug reflect: reflect.Value.SetString using unaddressable value
The text was updated successfully, but these errors were encountered:
$ qri config set logging.levels {"qrip2p":"debug"} config updated
The above works returns with config updated, however if you qri config get, no change was made.
config updated
qri config get
Sorry, something went wrong.
fix(config): set map values with config set command
edd9e44
updated config Set method to support setting map[string]interface{} values closes #450
b5
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: