forked from ogier/pflag
-
Notifications
You must be signed in to change notification settings - Fork 352
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spf13/pflag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 12 files changed
- 7 contributors
Commits on May 4, 2020
-
Add exported functions to preserve
pkg/flag
compatibility (#220)* Rename out() to Output() This brings behavior inline with go's flag library, and allows for printing output directly to whatever the current FlagSet is using for output. This change will make it easier to correctly emit output to stdout or stderr (e.g. a user has requested a help screen, which should emit to stdout since it's the desired outcome). * improve compat. with pkg/flag by adding Name() pkg/flag has a public `Name()` function, which returns the name of the flag set when called. This commit adds that function, as well as a test for it. * Streamline testing Name() Testing `Name()` will move into its own explicit test, instead of running inline during `TestAddFlagSet()`. Co-authored-by: Chloe Kudryavtsev <[email protected]> Co-authored-by: Chloe Kudryavtsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81378bb - Browse repository at this point
Copy the full SHA 81378bbView commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6971c29 - Browse repository at this point
Copy the full SHA 6971c29View commit details
Commits on Oct 9, 2020
-
Add IPNetSlice and unit tests (#170)
rpothier authoredOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 85dd5c8 - Browse repository at this point
Copy the full SHA 85dd5c8View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5e0c06 - Browse repository at this point
Copy the full SHA d5e0c06View commit details
Commits on Jan 9, 2025
-
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48cbd1 - Browse repository at this point
Copy the full SHA f48cbd1View commit details -
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0f4ddd - Browse repository at this point
Copy the full SHA a0f4dddView commit details -
disable unsupported dependency graph for now
Signed-off-by: Mark Sagi-Kazar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 100ab0e - Browse repository at this point
Copy the full SHA 100ab0eView commit details -
Merge pull request #419 from spf13/ci
add github actions
Configuration menu - View commit details
-
Copy full SHA for 5ca8134 - Browse repository at this point
Copy the full SHA 5ca8134View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.5...v1.0.6