Skip to content
New issue

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

Fix config param valus being truncated. #163

Merged
merged 1 commit into from
May 8, 2024

Commits on May 8, 2024

  1. Fix config param valus being truncated.

    It was reported that the `cb config-param set` command was truncating
    values that contain a `=` character. This was due to how the input line
    was being parsed and tokenized. Here, we've simply limited the parsing
    to the first instance of this character such that it will only ever
    split the parameter name and value from the input.
    abrightwell committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c2c8d52 View commit details
    Browse the repository at this point in the history