-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: urfave/cli
base: v2.8.1
head repository: urfave/cli
compare: v2.10.2
- 19 commits
- 20 files changed
- 4 contributors
Commits on May 23, 2022
-
Add word-wrap support, with wrap length provided by the user
We could try to automatically detect the terminal width and wrap at that point, but this would increase the binary footprint for all users even if not using this feature. Instead, we can allow users to specify their preferred line length limit (if any), and those who want to bear the cost of checking the terminal size can do so if they wish. This also makes the feature more testable. Original patch by Sascha Grunert <sgrunert@suse.com>
Configuration menu - View commit details
-
Copy full SHA for 4fd56cb - Browse repository at this point
Copy the full SHA 4fd56cbView commit details -
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 -
Merge pull request #1119 from mostynb/word_wrap_v2
Add word-wrap support, with wrap length provided by the user
Configuration menu - View commit details
-
Copy full SHA for e576ba4 - Browse repository at this point
Copy the full SHA e576ba4View commit details -
Fixes vulnerability: GHSA-hp87-p4gw-j4gq YAML v3 deserializes maps as map[string]interface{} so we handle this in MapImportSource now. Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Configuration menu - View commit details
-
Copy full SHA for ee07560 - Browse repository at this point
Copy the full SHA ee07560View commit details -
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Configuration menu - View commit details
-
Copy full SHA for 72dc91d - Browse repository at this point
Copy the full SHA 72dc91dView commit details
Commits on Jun 19, 2022
-
Merge pull request #1415 from urfave/upgrade-go-yaml
Upgrade gopkg.in/yaml to v3
Configuration menu - View commit details
-
Copy full SHA for b927c6a - Browse repository at this point
Copy the full SHA b927c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1362627 - Browse repository at this point
Copy the full SHA 1362627View commit details
Commits on Jun 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 59ce32a - Browse repository at this point
Copy the full SHA 59ce32aView commit details -
Merge pull request #1417 from urfave/deps-bump
Update dependencies to latest
Configuration menu - View commit details
-
Copy full SHA for f71d1cb - Browse repository at this point
Copy the full SHA f71d1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f56fe7 - Browse repository at this point
Copy the full SHA 9f56fe7View commit details -
Merge pull request #1418 from urfave/un-workaround
Remove temporary go mod workaround
Configuration menu - View commit details
-
Copy full SHA for f1fc873 - Browse repository at this point
Copy the full SHA f1fc873View 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.10.2