Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spf13/pflag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: spf13/pflag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 1, 2018

  1. Allow bubbling up of -test.* flags (#169)

    Based on patch suggested here: spf13/cobra#597 (comment)
    shin- authored and eparis committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    3ebe029 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. bytes: add support for base64 encoded flags (#177)

    Signed-off-by: Gorka Lerchundi Osa <glertxundi@gmail.com>
    glerchundi authored and eparis committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9a97c10 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Add map valued (string->string, string->int) flags. (#133)

    Format: --myflag=a=1,b=2
    tamalsaha authored and eparis committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    947b89b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Handle single string=>string flags without quotes (#179)

    OK: --f1 "a=5,6" --f2 b=3,4 --f3 "c=5,6",d=7
    Not OK: --f4 c="5,6"
    tamalsaha authored and eparis committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d929dcb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Fix panic when parsing unknown flag followed by empty argument (#173)

    Signed-off-by: Oren Shomron <shomron@gmail.com>
    shomron authored and eparis committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    298182f View commit details
    Browse the repository at this point in the history
Loading