.github
Backing out build tag for suggestions per recommendation
2022-05-17 08:49:15 -04:00
altsrc
Drop extra if condition
2022-04-25 22:21:46 -04:00
autocomplete
Added manual and script for PowerShell autocomplete
2020-05-18 11:19:00 +08:00
docs
Un-delete non-redundant docs
2022-05-18 22:37:44 -04:00
internal
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
testdata
A few follow-up conflict resolutions
2022-05-07 14:43:15 -04:00
.flake8
Allow slightly longer lines in Python scripts
2017-02-14 21:17:05 -08:00
.gitignore
Touching up more mkdocs details
2022-05-08 20:49:08 -04:00
app_test.go
Merge branch 'ally_fix_multi_val' of ssh://github.com/vipally/cli into vipally-ally_fix_multi_val
2022-04-25 22:45:39 -04:00
app.go
A few follow-up conflict resolutions
2022-05-07 14:43:15 -04: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
Generate flag types (again?)
2022-05-01 23:02:05 -04:00
CODE_OF_CONDUCT.md
Adjust contribution and maintainer prose per current reality
2018-02-20 12:40:43 -05:00
command_test.go
Unshadow context
package
2022-04-23 22:07:16 -04:00
command.go
A few follow-up conflict resolutions
2022-05-07 14:43:15 -04:00
context_test.go
fix: Nil pointer when getting context's flagSet( #1325 ) ( #1327 )
2022-01-16 19:22:57 -05:00
context.go
Unshadow context
package
2022-04-23 22:07:16 -04:00
docs_test.go
Add urfave_cli_no_docs build tag
2022-04-25 10:16:31 -07:00
docs.go
Merge branch 'main' into no-docs
2022-04-25 23:09:17 -04:00
errors_test.go
Update docs and tests around cli.Exit
2020-03-24 20:32:39 -04:00
errors.go
Cleanup context.go
2021-04-05 07:57:41 -04:00
fish_test.go
Move some test helpers from docs_test to fish_test
2022-04-25 10:04:40 -07:00
fish.go
Exclude hidden sub-command flags from docs
2022-04-18 20:58:38 -05:00
flag_bool.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_duration.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_float64_slice.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_float64.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_generic.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_int64_slice.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_int64.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_int_slice.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_int.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_path.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_string_slice.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_string.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_test.go
Merge branch 'main' into feature/1316-simplified_flag_value_access
2022-04-26 08:12:17 -04:00
flag_timestamp.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_uint64.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag_uint.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
flag-spec.yaml
Generate flag types (again?)
2022-05-01 23:02:05 -04:00
flag.go
Generate flag types (again?)
2022-05-01 23:02:05 -04:00
funcs.go
Unshadow context
package
2022-04-23 22:07:16 -04:00
go.mod
Guard suggestion capability (+ dependency) with build tag
2022-05-07 15:21:00 -04:00
go.sum
Guard suggestion capability (+ dependency) with build tag
2022-05-07 15:21:00 -04:00
godoc-current.txt
A few follow-up conflict resolutions
2022-05-07 14:43:15 -04:00
help_test.go
Writing tests around changes from #1186
2022-04-21 20:07:06 -04:00
help.go
Merge branch 'suggestions' of ssh://github.com/saschagrunert/cli into saschagrunert-suggestions
2022-05-07 14:40:04 -04:00
helpers_test.go
Add Destination field to TimestampFlag
2021-03-07 03:36:56 +00:00
LICENSE
Cleaning up some release-related metadata
2022-04-24 08:10:33 -04:00
Makefile
Touching up more mkdocs details
2022-05-08 20:49:08 -04:00
mkdocs-requirements.txt
Touching up more mkdocs details
2022-05-08 20:49:08 -04:00
mkdocs.yml
Use correctly spelled repo name in mkdocs config
2022-05-18 22:30:07 -04:00
parse.go
Add suggestions support
2020-03-03 13:06:34 +01:00
README.md
Point to the docs tree and site from top-level README
2022-05-18 22:34:28 -04:00
sort_test.go
Consider case when sorting strings
2017-10-28 03:00:11 -04:00
sort.go
Consider case when sorting strings
2017-10-28 03:00:11 -04:00
suggestions_test.go
Backing out build tag for suggestions per recommendation
2022-05-17 08:49:15 -04:00
suggestions.go
Backing out build tag for suggestions per recommendation
2022-05-17 08:49:15 -04:00
template.go
Remove extraneous line from generated markdown ( #1311 )
2021-11-06 07:37:42 -04:00
zz_generated.flags_test.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00
zz_generated.flags.go
Generate RequiredFlag and VisibleFlag implementations
2022-05-08 13:52:32 -04:00