-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: urfave/cli
base: v2.8.1
head repository: urfave/cli
compare: v2.9.0
- 9 commits
- 12 files changed
- 3 contributors
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eecfd00 - Browse repository at this point
Copy the full SHA eecfd00View commit details
Commits on May 24, 2022
-
Merge pull request #1402 from mostynb/fix_typo
Fix 'repetetive' typo
Configuration menu - View commit details
-
Copy full SHA for 12a4c54 - Browse repository at this point
Copy the full SHA 12a4c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 813ab33 - Browse repository at this point
Copy the full SHA 813ab33View commit details -
Merge pull request #1407 from urfave/missing-go-sums
Add some missing go.sum entries needed with 1.16.x
Configuration menu - View commit details
-
Copy full SHA for 947f989 - Browse repository at this point
Copy the full SHA 947f989View commit details
Commits on Jun 6, 2022
-
Add SliceFlag wrapper and fix bugs in existing implementations
The SliceFlag implementation and associated aliases (MultiStringFlag, etc) extend the existing slice implementations (StringSliceFlag, etc) to support actual slices as the flag value and destination. This change also fixes various bugs in the existing implementation. Notably, the StringSliceFlag.Apply implementation would modify the input (default) Value, if an env var was set, and no destination was provided. The bugs fixed in the other three implementations were all already fixed in either StringSliceFlag, or in one case (ignoring empty env var) in Float64SliceFlag.
Configuration menu - View commit details
-
Copy full SHA for e77dd7b - Browse repository at this point
Copy the full SHA e77dd7bView commit details
Commits on Jun 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f795e3 - Browse repository at this point
Copy the full SHA 4f795e3View commit details
Commits on Jun 18, 2022
-
Merge pull request #1409 from joeycumines/main
Add SliceFlag wrapper and fix bugs in existing implementations
Configuration menu - View commit details
-
Copy full SHA for 8007c54 - Browse repository at this point
Copy the full SHA 8007c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3082652 - Browse repository at this point
Copy the full SHA 3082652View commit details -
Merge pull request #1412 from urfave/update-v2-docs
Update the v2 docs since merging #1409
Configuration menu - View commit details
-
Copy full SHA for 2d1634c - Browse repository at this point
Copy the full SHA 2d1634cView commit details
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 v2.8.1...v2.9.0