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

Assume config value to be json-formatted in cli #1355

Closed
wants to merge 2 commits into from

Commits on Jun 11, 2015

  1. Fix small typo

    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht authored and rht committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    f2ef205 View commit details
    Browse the repository at this point in the history
  2. Assume config value to be json-formatted

    This deprecates explicit '--bool' and '--json' flag.
    The reason is, if explicit type has to be specified, then '--integer',
    '--float' also need to be implemented. But json parser already knows how
    to handle these types, so why not just use it.
    
    License: MIT
    Signed-off-by: rht <rhtbot@gmail.com>
    rht committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    f38c58d View commit details
    Browse the repository at this point in the history