Go to file
Dan Buch 49f6440a18
Add a few notes to release docs
about the relationship to proxy.golang.org and automatically generated
release notes.
2022-09-05 12:03:38 -04:00
.github Update cli.yml (#1469) 2022-09-04 12:32:28 -04:00
altsrc Add support for alias in YAMLs (#1448) 2022-08-30 06:51:34 -04:00
autocomplete Refinements to removal of zsh hack 2022-05-22 09:07:03 -04:00
cmd/urfave-cli-genflags Add missing go.sum entries for go 1.16.x 2022-08-14 10:22:18 -04:00
docs Add a few notes to release docs 2022-09-05 12:03:38 -04:00
internal Merge pull request #1453 from hay-kot/main 2022-08-16 09:33:19 -04:00
testdata Shift supported go versions 2022-08-14 10:31:53 -04:00
.flake8 Allow slightly longer lines in Python scripts 2017-02-14 21:17:05 -08:00
.gitignore Merge branch 'main' into shift-supported-go 2022-08-16 09:26:39 -04:00
app_test.go Rename function 2022-08-17 21:22:53 -04:00
app.go Add App.InvalidFlagAccessHandler (#1446) 2022-08-30 18:51:16 -04:00
args.go add is set method to flag interface - refer #294 2019-09-15 18:46:52 +05:30
category.go Some changes per feedback in #1368 2022-05-06 22:23:17 -04:00
cli.go Merge branch 'main' into shift-supported-go 2022-08-16 09:26:39 -04:00
CODE_OF_CONDUCT.md Use google group email addresses 2022-05-07 09:30:42 -04:00
command_test.go Unshadow context package 2022-04-23 22:07:16 -04:00
command.go Fix HideHelp 2022-07-29 15:26:06 +08:00
context_test.go Add App.InvalidFlagAccessHandler (#1446) 2022-08-30 18:51:16 -04:00
context.go Add App.InvalidFlagAccessHandler (#1446) 2022-08-30 18:51: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 Fix:(issue_1272) Generic flag not set from env (#1458) 2022-09-01 08:46:59 -04:00
flag_duration.go Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-22 11:06:38 -04:00
flag_float64_slice.go issue_62: Make slice options more posix like 2022-08-14 20:36:17 -04:00
flag_float64.go Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-22 11:06:38 -04:00
flag_generic.go Fix:(issue_1272) Generic flag not set from env (#1458) 2022-09-01 08:46:59 -04:00
flag_int64_slice.go issue_62: Make slice options more posix like 2022-08-14 20:36:17 -04:00
flag_int64.go Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00
flag_int_slice.go issue_62: Make slice options more posix like 2022-08-14 20:36:17 -04:00
flag_int.go Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00
flag_path.go Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-22 11:06:38 -04:00
flag_string_slice.go issue_62: Make slice options more posix like 2022-08-14 20:36:17 -04:00
flag_string.go Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support 2022-05-22 11:06:38 -04:00
flag_test.go Fix:(issue_1272) Generic flag not set from env (#1458) 2022-09-01 08:46:59 -04:00
flag_timestamp.go Fix for TimestampFlag.GetValue to return empty string without value 2022-07-18 16:33:53 +09:00
flag_uint64.go Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00
flag_uint.go Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00
flag-spec.yaml Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00
flag.go Changes from code review 2022-08-14 20:36:17 -04:00
funcs.go Add App.InvalidFlagAccessHandler (#1446) 2022-08-30 18:51:16 -04:00
go.mod Fix:(issue_1455) Allow bool flags from input altsrc 2022-08-16 18:34:34 -04:00
go.sum Fix:(issue_1455) Allow bool flags from input altsrc 2022-08-16 18:34:34 -04:00
godoc-current.txt Fix:(issue_1272) Generic flag not set from env (#1458) 2022-09-01 08:46:59 -04:00
help_test.go Fix:(issue_1293) Wrap usage text for commands (#1460) 2022-08-30 17:56:37 -04:00
help.go Fix:(issue_1293) Wrap usage text for commands (#1460) 2022-08-30 17:56:37 -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 Unshallow the clone + toc cleanups 2022-05-18 23:17:57 -04:00
mkdocs-requirements.txt Attempt to work around materialx yaml loader boom 2022-05-18 22:58:46 -04:00
mkdocs.yml add tags plugin 2022-08-14 16:10:39 -08: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
sliceflag_pre18.go Fix build for go < 1.18 2022-06-13 08:23:41 +10:00
sliceflag_test.go Fix build for go < 1.18 2022-06-13 08:23:41 +10:00
sliceflag.go Fix build for go < 1.18 2022-06-13 08:23:41 +10: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 Fix HideHelp 2022-07-29 15:26:06 +08:00
suggestions.go Remove GPL2 dependency introduced in v2.7.0 2022-05-24 15:27:35 +09:00
template.go Fix:(issue_1293) Wrap usage text for commands (#1460) 2022-08-30 17:56:37 -04:00
zz_generated.flags_test.go Generate RequiredFlag and VisibleFlag implementations 2022-05-08 13:52:32 -04:00
zz_generated.flags.go Add configurable Base to int, uint and uint64 flags 2022-08-25 15:25:47 +02:00

cli

GoDoc codebeat Go Report Card codecov

cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.

Documentation

More documentation is available in ./docs or the hosted documentation site at https://cli.urfave.org.

License

See LICENSE