Go to file
2022-11-09 20:39:19 -05:00
.github Update GitHub Actions events for v3 mode 2022-11-08 15:46:42 -05:00
autocomplete Refinements to removal of zsh hack 2022-05-22 09:07:03 -04:00
cmd/urfave-cli-genflags Remove local altsrc and references 2022-11-08 16:27:46 -05:00
docs Update branch explanations and semver-ish automation 2022-11-08 13:13:58 -05:00
internal Remove local altsrc and references 2022-11-08 16:27:46 -05:00
testdata Remove App.Compiled 2022-11-08 19:13:31 -05:00
.flake8 Allow slightly longer lines in Python scripts 2017-02-14 21:17:05 -08:00
.gitignore Shift supported go versions 2022-10-02 10:30:39 -04:00
app_test.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
app.go Remove App.Compiled 2022-11-08 19:13:31 -05:00
args.go add is set method to flag interface - refer #294 2019-09-15 18:46:52 +05:30
category.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
cli.go Build and run urfave-cli-genflags via its Makefile 2022-10-09 11:25:02 -04:00
CODE_OF_CONDUCT.md Use google group email addresses 2022-05-07 09:30:42 -04:00
command_test.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
command.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
context_test.go fix: Context.Set no such flag 2022-10-03 08:15:41 -04:00
context.go Fix:(issue_1263) FlagNames should return names set via env as well 2022-10-16 19:02:49 -04:00
docs_test.go Add urfave_cli_no_docs build tag 2022-04-25 10:16:31 -07:00
docs.go Revert "Remove all flag interfaces" 2022-10-08 09:47:46 -05:00
errors_test.go Feature:(issue_1090): Add unwrap for ExitCoder (#1545) 2022-10-28 09:15:54 -04:00
errors.go Feature:(issue_1090): Add unwrap for ExitCoder (#1545) 2022-10-28 09:15:54 -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 Spelling (#1543) 2022-10-23 23:50:47 +03:00
flag_bool.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_duration.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_ext.go Feature:(issue_269) Allow external package flag definitions (#1540) 2022-10-28 09:17:13 -04:00
flag_float64_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_float64.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_generic.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_int64_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_int64.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_int_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_int.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_path.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_string_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_string.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_test.go Merge commit '63cb372' into v3-porting 2022-11-07 08:34:48 -05:00
flag_timestamp.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_uint64_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_uint64.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag_uint_slice.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
flag_uint.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05:00
flag-spec.yaml Post-porting fixes for v3 2022-10-03 10:06:01 -04:00
flag.go Merge commit '63cb372' into v3-porting 2022-11-07 08:34:48 -05:00
funcs.go Rename App.UnknownFlagHandler to App.InvalidFlagAccessHandler 2022-10-02 11:02:31 -04:00
go.mod Rebase main 2022-10-02 21:13:44 -04:00
go.sum Rebase main 2022-10-02 21:13:44 -04:00
godoc-current.txt Remove App.Compiled 2022-11-08 19:13:31 -05:00
help_test.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
help.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05: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 Un-regress from v3 porting losses 2022-10-13 08:15:14 -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-10-02 10:36:36 -04:00
parse.go Fix failed test 2022-10-09 10:09:36 -04:00
README.md Bump declared module and internal usage to /v3/ 2022-09-12 07:51:51 -04:00
sliceflag_test.go Merge commit 'd1ac284' into v3-porting 2022-11-07 08:29:49 -05:00
sliceflag.go Revert "Remove all flag interfaces" 2022-10-08 09:47:46 -05: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 Initial cut 2022-10-09 16:49:30 -05:00
suggestions.go Remove GPL2 dependency introduced in v2.7.0 2022-05-24 15:27:35 +09:00
template.go More porting fixes and un-lost changes 2022-11-08 10:49:42 -05:00
zz_generated.flags_test.go Un-regress from v3 porting losses 2022-10-13 08:15:14 -04:00
zz_generated.flags.go Merge commit '5ac0710' into v3-porting 2022-11-07 08:29:29 -05: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