idun/vendor/github.com/urfave/cli/v2
Renovate Bot 070be9d164
Some checks failed
Dev Version / Release (push) Has been cancelled
chore(deps): update module github.com/urfave/cli/v2 to v2.27.4
2024-09-14 01:21:16 +00:00
..
.flake8 init 2023-10-12 10:20:53 +02:00
.gitignore chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
.golangci.yaml chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
app.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
args.go init 2023-10-12 10:20:53 +02:00
category.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
cli.go init 2023-10-12 10:20:53 +02:00
CODE_OF_CONDUCT.md init 2023-10-12 10:20:53 +02:00
command.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
context.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
docs.go init 2023-10-12 10:20:53 +02:00
errors.go init 2023-10-12 10:20:53 +02:00
fish.go init 2023-10-12 10:20:53 +02:00
flag-spec.yaml init 2023-10-12 10:20:53 +02:00
flag.go init 2023-10-12 10:20:53 +02:00
flag_bool.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_duration.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_ext.go init 2023-10-12 10:20:53 +02:00
flag_float64.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_float64_slice.go init 2023-10-12 10:20:53 +02:00
flag_generic.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_int.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_int64.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_int64_slice.go init 2023-10-12 10:20:53 +02:00
flag_int_slice.go init 2023-10-12 10:20:53 +02:00
flag_path.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_string.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_string_slice.go init 2023-10-12 10:20:53 +02:00
flag_timestamp.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_uint.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_uint64.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_uint64_slice.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
flag_uint_slice.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
funcs.go init 2023-10-12 10:20:53 +02:00
godoc-current.txt chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
help.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
LICENSE init 2023-10-12 10:20:53 +02:00
Makefile init 2023-10-12 10:20:53 +02:00
mkdocs-reqs.txt chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
mkdocs.yml chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
parse.go init 2023-10-12 10:20:53 +02:00
README.md init 2023-10-12 10:20:53 +02:00
sliceflag.go init 2023-10-12 10:20:53 +02:00
sort.go init 2023-10-12 10:20:53 +02:00
suggestions.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
template.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00
zz_generated.flags.go chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 2024-09-14 01:21:16 +00:00

cli

Run Tests Go Reference 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