.github
Fix workflows/cli.yml.
2020-12-06 10:00:16 -05:00
altsrc
Update altsrc/map_input_source.go
2020-10-22 10:00:45 +03:00
autocomplete
Added manual and script for PowerShell autocomplete
2020-05-18 11:19:00 +08:00
docs
unable to see whats happening here with lack of debug but this seems to resolve the failing doc test
2020-12-09 11:48:33 +00:00
internal
Reduce desiredMinBinarySize
2020-10-31 00:14:08 +05:30
testdata
fish.go: support PathFlag.TakesFile [ #1156 ]
2020-06-22 17:24:44 -07:00
.flake8
Allow slightly longer lines in Python scripts
2017-02-14 21:17:32 -08:00
.gitignore
add diffing
2020-02-29 14:00:26 -08:00
app_test.go
feature: Add a App.Reader that defaults to os.Stdin
2020-10-02 12:39:44 +02:00
app.go
use Name as default to HelpName
2020-11-03 13:22:01 +03:00
args.go
add is set method to flag interface - refer #294
2019-09-15 18:46:52 +05:30
category.go
amend comments
2019-12-12 21:29:09 +00:00
cli.go
Merge master @1.22.1 with v2
2019-09-13 05:17:24 +05:30
CODE_OF_CONDUCT.md
Merge master @1.22.1 with v2
2019-09-13 05:17:24 +05:30
command_test.go
added test for successfully used -v flag on command with subcommands
2020-06-18 09:34:54 +03:00
command.go
hide version flag for subcommands
2020-06-18 00:24:04 +03:00
context_test.go
test(context): Change the StringSliceFlag to a pointer
2020-05-03 11:14:51 +02:00
context.go
remove unused code
2019-12-31 16:36:01 +01:00
docs_test.go
Merge branch 'master' into github-actions-windows
2020-01-13 11:29:49 +05:30
docs.go
Use VisibleFlags during doc generation
2019-12-19 08:38:43 -05:00
errors_test.go
Update docs and tests around cli.Exit
2020-03-24 20:32:39 -04:00
errors.go
Update docs and tests around cli.Exit
2020-03-24 20:32:39 -04:00
fish_test.go
fish.go: support PathFlag.TakesFile [ #1156 ]
2020-06-22 17:24:44 -07:00
fish.go
Revert "Refactor fishAddFileFlag for better flexibility [ #1156 ]"
2020-10-22 14:22:01 -07:00
flag_bool.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_duration.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_float64_slice.go
Fix possible panics in slice type assertion
2020-01-22 12:30:31 +01:00
flag_float64.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_generic.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_int64_slice.go
fix for parent context not setting child flags
2020-12-09 11:17:21 +00:00
flag_int64.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_int_slice.go
fix for parent context not setting child flags
2020-12-09 11:17:21 +00:00
flag_int.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_path.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_string_slice.go
bugfix: don't overwrite existing stringslice refence
2020-08-24 14:20:17 -07:00
flag_string.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_test.go
add nother test
2020-12-09 12:26:08 +00:00
flag_timestamp.go
Verify whether there is a Value before overriding
2020-07-11 15:54:46 -03:00
flag_uint64.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag_uint.go
refactor flag names - make it more explicitly
2019-12-29 08:58:12 +01:00
flag.go
Merge pull request #1083 from AkihiroSuda/hide-help-command
2020-03-06 07:46:02 -05:00
funcs.go
Fix test cases for context, docs, errors, fish, flags and funcs
2019-09-15 11:01:20 +05:30
go.mod
Bump gopkg.in/yaml.v2 to v2.2.3
2020-09-18 09:16:14 -07:00
go.sum
Bump gopkg.in/yaml.v2 to v2.2.3
2020-09-18 09:16:14 -07:00
help_test.go
Added template functions for multi-line Description formatting.
2020-08-17 16:02:40 -04:00
help.go
Merge pull request #1175 from imle/imle/add-better-multi-line-description-formatting
2020-11-01 14:29:08 +05:30
helpers_test.go
remove unused code
2019-12-31 16:36:01 +01:00
LICENSE
Update license text
2016-06-21 12:52:25 -04:00
parse.go
revert testing change
2019-11-27 20:37:23 -08:00
README.md
Link to migration guide
2020-04-04 06:09:14 -04:00
sort_test.go
Merge master @1.22.1 with v2
2019-09-13 05:17:24 +05:30
sort.go
Merge master @1.22.1 with v2
2019-09-13 05:17:24 +05:30
template.go
Added template functions for multi-line Description formatting.
2020-08-17 16:02:40 -04:00