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.
 
 
Dan Buch 76bb9f100b
Shift supported go versions
2 years ago
.github Shift supported go versions 2 years ago
altsrc Re-use `node` variable 2 years ago
autocomplete Refinements to removal of zsh hack 2 years ago
cmd/urfave-cli-genflags Add missing go.sum entries for go 1.16.x 2 years ago
docs Move genflags tool to cmd/ and pin to previous release 2 years ago
internal Move genflags tool to cmd/ and pin to previous release 2 years ago
testdata Approve v2 addition of timestamp/timezone/location 2 years ago
.flake8 Allow slightly longer lines in Python scripts 7 years ago
.gitignore Shift supported go versions 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 Unshallow the clone + toc cleanups 2 years ago
README.md Point to the docs tree and site from top-level README 2 years ago
app.go Fix After not run 2 years ago
app_test.go Fix After not run 2 years ago
args.go add is set method to flag interface - refer #294 5 years ago
category.go Remove all flag interfaces 2 years ago
cli.go Use goimports as formatting standard 2 years ago
command.go Fix HideHelp 2 years ago
command_test.go Unshadow `context` package 2 years ago
context.go Remove all flag interfaces 2 years ago
context_test.go fix: Nil pointer when getting context's flagSet(#1325) (#1327) 2 years ago
docs.go Remove all flag interfaces 2 years ago
docs_test.go Backing out build tag for suggestions per recommendation 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 Remove all flag interfaces 2 years ago
fish_test.go Move some test helpers from docs_test to fish_test 2 years ago
flag-spec.yaml Move genflags tool to cmd/ and pin to previous release 2 years ago
flag.go Changes from code review 2 years ago
flag_bool.go Cleanup: Collapse flag interfaces 2 years ago
flag_duration.go Remove all flag interfaces 2 years ago
flag_float64.go Remove all flag interfaces 2 years ago
flag_float64_slice.go issue_62: Make slice options more posix like 2 years ago
flag_generic.go Remove all flag interfaces 2 years ago
flag_int.go Remove all flag interfaces 2 years ago
flag_int64.go Remove all flag interfaces 2 years ago
flag_int64_slice.go issue_62: Make slice options more posix like 2 years ago
flag_int_slice.go issue_62: Make slice options more posix like 2 years ago
flag_path.go Cleanup: Collapse flag interfaces 2 years ago
flag_string.go Cleanup: Collapse flag interfaces 2 years ago
flag_string_slice.go issue_62: Make slice options more posix like 2 years ago
flag_test.go issue_62: Make slice options more posix like 2 years ago
flag_timestamp.go Fix for TimestampFlag.GetValue to return empty string without value 2 years ago
flag_uint.go Remove all flag interfaces 2 years ago
flag_uint64.go Remove all flag interfaces 2 years ago
funcs.go Unshadow `context` package 2 years ago
go.mod Tidy up top-level go.mod 2 years ago
go.sum Tidy up top-level go.mod 2 years ago
godoc-current.txt Update godoc 2 years ago
help.go Add word-wrap support, with wrap length provided by the user 2 years ago
help_test.go Add word-wrap support, with wrap length provided by the user 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 Use correctly spelled repo name in mkdocs config 2 years ago
parse.go Add suggestions support 4 years ago
sliceflag.go Remove all flag interfaces 2 years ago
sliceflag_test.go Target minimum go 1.18 in v3-dev-main 2 years ago
sort.go Merge master @1.22.1 with v2 5 years ago
sort_test.go Merge master @1.22.1 with v2 5 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 Add word-wrap support, with wrap length provided by the user 2 years ago
zz_generated.flags.go Remove all flag interfaces 2 years ago
zz_generated.flags_test.go Remove all flag interfaces 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