-
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.7.1
head repository: urfave/cli
compare: v2.7.2
Commits on Nov 3, 2020
-
Report the source of a value when we cannot parse it
If you allow a flag to be set from environment variables or files and a parse error occurs from one of them, it is very useful for the error message to mention where the value came from. Without this, it can be difficult to notice an error caused by an unexpected environment variable being set. Implements #1167.
Configuration menu - View commit details
-
Copy full SHA for 500d6b0 - Browse repository at this point
Copy the full SHA 500d6b0View commit details
Commits on Nov 7, 2020
-
fixup! Report the source of a value when we cannot parse it
move bool to the end of the return arguments remove "from " prefix in the source/fromWhere description remove TODO notes from functions that don't currently perform error checking
Configuration menu - View commit details
-
Copy full SHA for cdc1f6e - Browse repository at this point
Copy the full SHA cdc1f6eView commit details
Commits on Apr 19, 2022
-
Completion file shouldn't be sourced. It should provide only completion code (source of _command) for command. It's task for package manager or user to put under $fpath.
Configuration menu - View commit details
-
Copy full SHA for f89647b - Browse repository at this point
Copy the full SHA f89647bView commit details -
There is no need to define custom shell var, when Zsh can be detected by checking SHELL env var.
Configuration menu - View commit details
-
Copy full SHA for 1150c2e - Browse repository at this point
Copy the full SHA 1150c2eView commit details -
Merge branch 'report_source_of_parse_errors' of ssh://github.com/most…
…ynb/cli into mostynb-report_source_of_parse_errors
Configuration menu - View commit details
-
Copy full SHA for 826b3ed - Browse repository at this point
Copy the full SHA 826b3edView commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1d0b0e - Browse repository at this point
Copy the full SHA f1d0b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de39f01 - Browse repository at this point
Copy the full SHA de39f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 849e7f0 - Browse repository at this point
Copy the full SHA 849e7f0View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b42bf69 - Browse repository at this point
Copy the full SHA b42bf69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bef031 - Browse repository at this point
Copy the full SHA 1bef031View commit details
Commits on Apr 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56837b0 - Browse repository at this point
Copy the full SHA 56837b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ef95f - Browse repository at this point
Copy the full SHA f3ef95fView commit details -
Merge remote-tracking branch 'origin/main' into mostynb-report_source…
…_of_parse_errors
Configuration menu - View commit details
-
Copy full SHA for e7db6af - Browse repository at this point
Copy the full SHA e7db6afView commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c811a8 - Browse repository at this point
Copy the full SHA 6c811a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f5ff0 - Browse repository at this point
Copy the full SHA 04f5ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d6090 - Browse repository at this point
Copy the full SHA 31d6090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32be625 - Browse repository at this point
Copy the full SHA 32be625View commit details
Commits on May 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e66ce91 - Browse repository at this point
Copy the full SHA e66ce91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66017d - Browse repository at this point
Copy the full SHA e66017dView commit details -
Merge pull request #1350 from urfave/applying-pr1218
Another approach for zsh completion (#1218)
Configuration menu - View commit details
-
Copy full SHA for f528cf0 - Browse repository at this point
Copy the full SHA f528cf0View commit details -
Merge remote-tracking branch 'origin/main' into mostynb-report_source…
…_of_parse_errors
Configuration menu - View commit details
-
Copy full SHA for fc27cb0 - Browse repository at this point
Copy the full SHA fc27cb0View commit details -
Merge pull request #1354 from urfave/mostynb-report_source_of_parse_e…
…rrors Merging mostynb report source of parse errors
Configuration menu - View commit details
-
Copy full SHA for 60a6bf5 - Browse repository at this point
Copy the full SHA 60a6bf5View commit details -
Merge pull request #1365 from urfave/security-policy-doc
Add a security policy document
Configuration menu - View commit details
-
Copy full SHA for 939ab7f - Browse repository at this point
Copy the full SHA 939ab7fView commit details
There are no files selected for viewing