You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Anatoli Babenia 59d580978e
Fix test for removed trailing whitespace
2 years ago
.github Use correct env var for global flags 2 years ago
altsrc Add unit tests 2 years ago
autocomplete Refinements to removal of zsh hack 2 years ago
cmd/urfave-cli-genflags Rebase main, update flag-spec.yaml to add Action field 2 years ago
docs Move more functionality into internal/build/build.go 2 years ago
internal Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended 2 years ago
testdata Merge pull request #1499 from dearchap/issue_557 2 years ago
.flake8 Allow slightly longer lines in Python scripts 7 years ago
.gitignore Merge branch 'main' into shift-supported-go 2 years ago
CODE_OF_CONDUCT.md Use google group email addresses 2 years ago
LICENSE Cleaning up some release-related metadata 2 years ago
Makefile Remove nonexistent phony targets 2 years ago
README.md Point to the docs tree and site from top-level README 2 years ago
app.go Add ActionableFlag interface instead of modifying Flag interface directly 2 years ago
app_test.go Merge pull request #1499 from dearchap/issue_557 2 years ago
args.go add is set method to flag interface - refer #294 5 years ago
category.go Some changes per feedback in #1368 2 years ago
cli.go Merge branch 'main' into shift-supported-go 2 years ago
command.go Merge pull request #1499 from dearchap/issue_557 2 years ago
command_test.go Unshadow `context` package 2 years ago
context.go fix: Context.Set no such flag 2 years ago
context_test.go fix: Context.Set no such flag 2 years ago
docs.go Merge branch 'main' into no-docs 2 years ago
docs_test.go Add urfave_cli_no_docs build tag 2 years ago
errors.go Cleanup context.go 3 years ago
errors_test.go Update docs and tests around cli.Exit 4 years ago
fish.go Exclude hidden sub-command flags from docs 2 years ago
fish_test.go Move some test helpers from docs_test to fish_test 2 years ago
flag-spec.yaml Rebase main, update flag-spec.yaml to add Action field 2 years ago
flag.go Add ActionableFlag interface instead of modifying Flag interface directly 2 years ago
flag_bool.go feat: flag action 2 years ago
flag_duration.go feat: flag action 2 years ago
flag_float64.go feat: flag action 2 years ago
flag_float64_slice.go feat: flag action 2 years ago
flag_generic.go feat: flag action 2 years ago
flag_int.go feat: flag action 2 years ago
flag_int64.go feat: flag action 2 years ago
flag_int64_slice.go feat: flag action 2 years ago
flag_int_slice.go Rebase main, update flag-spec.yaml to add Action field 2 years ago
flag_path.go feat: flag action 2 years ago
flag_string.go feat: flag action 2 years ago
flag_string_slice.go feat: flag action 2 years ago
flag_test.go Add additional test to fix codecov 2 years ago
flag_timestamp.go feat: flag action 2 years ago
flag_uint.go feat: flag action 2 years ago
flag_uint64.go feat: flag action 2 years ago
flag_uint64_slice.go Rebase 2 years ago
flag_uint_slice.go Rebase 2 years ago
funcs.go Add App.InvalidFlagAccessHandler (#1446) 2 years ago
go.mod Fix:(issue_1455) Allow bool flags from input altsrc 2 years ago
go.sum Fix:(issue_1455) Allow bool flags from input altsrc 2 years ago
godoc-current.txt Merge pull request #1499 from dearchap/issue_557 2 years ago
help.go wrap: Avoid trailing whitespace for empty lines 2 years ago
help_test.go Fix test for removed trailing whitespace 2 years ago
helpers_test.go Add Destination field to TimestampFlag 3 years ago
mkdocs-requirements.txt Attempt to work around materialx yaml loader boom 2 years ago
mkdocs.yml add tags plugin 2 years ago
parse.go Add suggestions support 4 years ago
sliceflag.go Fix build for go < 1.18 2 years ago
sliceflag_pre18.go Fix build for go < 1.18 2 years ago
sliceflag_test.go Fix build for go < 1.18 2 years ago
sort.go Consider case when sorting strings 7 years ago
sort_test.go Consider case when sorting strings 7 years ago
suggestions.go Remove GPL2 dependency introduced in v2.7.0 2 years ago
suggestions_test.go Fix HideHelp 2 years ago
template.go Fix:(issue_557) Make help output consistent between different invocations 2 years ago
zz_generated.flags.go Rebase main, update flag-spec.yaml to add Action field 2 years ago
zz_generated.flags_test.go Rebase 2 years ago

README.md

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