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

short opt handling: fix parsing #758

Merged
merged 2 commits into from
Aug 21, 2018
Merged

short opt handling: fix parsing #758

merged 2 commits into from
Aug 21, 2018

Commits on Aug 20, 2018

  1. short opt handling: fix parsing

    Only split a given string (e.g., "-abc") into short options (e.g., "-a",
    "-b", "-c") if all those are flags.  To further avoid mistakenly
    transform common arguments, catch "flag provided but not defined" errors
    to iteratively transform short options.
    
    Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
    Fixes: containers/podman#714
    vrothberg committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    c23dfba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. fix go vet warning

    command_test.go:342:3 value declared but not used
    
    Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
    vrothberg committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    3e5a935 View commit details
    Browse the repository at this point in the history