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 689dfd65e8
Merge pull request #1579 from urfave/drop-compiled
1 year ago
.github Update GitHub Actions events for v3 mode 1 year ago
autocomplete Refinements to removal of zsh hack 2 years ago
cmd/urfave-cli-genflags Remove local altsrc and references 1 year ago
docs Update branch explanations and semver-ish automation 1 year ago
internal Remove local altsrc and references 1 year ago
testdata Remove App.Compiled 1 year 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 Un-regress from v3 porting losses 2 years ago
README.md Bump declared module and internal usage to `/v3/` 2 years ago
app.go Remove App.Compiled 1 year ago
app_test.go More porting fixes and un-lost changes 1 year ago
args.go add is set method to flag interface - refer #294 5 years ago
category.go More porting fixes and un-lost changes 1 year ago
cli.go Build and run `urfave-cli-genflags` via its `Makefile` 2 years ago
command.go More porting fixes and un-lost changes 1 year ago
command_test.go More porting fixes and un-lost changes 1 year ago
context.go Fix:(issue_1263) FlagNames should return names set via env as well 2 years ago
context_test.go fix: Context.Set no such flag 2 years ago
docs.go Revert "Remove all flag interfaces" 2 years ago
docs_test.go Add urfave_cli_no_docs build tag 2 years ago
errors.go Feature:(issue_1090): Add unwrap for ExitCoder (#1545) 1 year ago
errors_test.go Feature:(issue_1090): Add unwrap for ExitCoder (#1545) 1 year ago
fish.go Spelling (#1543) 2 years ago
fish_test.go Move some test helpers from docs_test to fish_test 2 years ago
flag-spec.yaml Post-porting fixes for v3 2 years ago
flag.go Merge commit '63cb372' into v3-porting 1 year ago
flag_bool.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_duration.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_ext.go Feature:(issue_269) Allow external package flag definitions (#1540) 1 year ago
flag_float64.go Un-regress from v3 porting losses 2 years ago
flag_float64_slice.go Un-regress from v3 porting losses 2 years ago
flag_generic.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_int.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_int64.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_int64_slice.go Un-regress from v3 porting losses 2 years ago
flag_int_slice.go Un-regress from v3 porting losses 2 years ago
flag_path.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_string.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_string_slice.go Un-regress from v3 porting losses 2 years ago
flag_test.go Merge commit '63cb372' into v3-porting 1 year ago
flag_timestamp.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_uint.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_uint64.go Merge commit '5ac0710' into v3-porting 1 year ago
flag_uint64_slice.go Un-regress from v3 porting losses 2 years ago
flag_uint_slice.go Un-regress from v3 porting losses 2 years ago
funcs.go Rename App.UnknownFlagHandler to App.InvalidFlagAccessHandler 2 years ago
go.mod Rebase main 2 years ago
go.sum Rebase main 2 years ago
godoc-current.txt Remove App.Compiled 1 year ago
help.go More porting fixes and un-lost changes 1 year ago
help_test.go More porting fixes and un-lost changes 1 year 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 Fix failed test 2 years ago
sliceflag.go Revert "Remove all flag interfaces" 2 years ago
sliceflag_test.go Merge commit 'd1ac284' into v3-porting 1 year 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 Initial cut 2 years ago
template.go More porting fixes and un-lost changes 1 year ago
zz_generated.flags.go Merge commit '5ac0710' into v3-porting 1 year ago
zz_generated.flags_test.go Un-regress from v3 porting losses 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