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

DM-32986: fix option handling in butler CLI presets files #619

Merged
merged 2 commits into from
Dec 17, 2021

Commits on Dec 17, 2021

  1. map names for butler preset file

    accept option names in the preset file,
    map them to argument names before applying
    them to the click.context.default_map.
    
    also fail if an option is named in the
    preset file that does not have a matching
    parameter in the current command's options
    or arguments.
    n8pease committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    be23861 View commit details
    Browse the repository at this point in the history
  2. add release note

    n8pease committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4725cba View commit details
    Browse the repository at this point in the history