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 error message for unknown keys #935

Merged
merged 3 commits into from
Oct 7, 2014

Commits on Oct 7, 2014

  1. Fix error message for unknown keys

    We now include the correct CLI argument name in the
    error message, before we were using the xformed py_name,
    which would give use things like --foo_bar instead of --foo-bar.
    
    Error messages for unknown keys now looks like:
    
    ```
    Error parsing parameter '--policy-attributes': Unknown key 'name', valid choices are: AttributeName, AttributeValue
    ```
    jamesls committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    33b5adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3569c View commit details
    Browse the repository at this point in the history
  3. Add bug fix to the changelog

    jamesls committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    e8da4d6 View commit details
    Browse the repository at this point in the history