Renovate Bot
b792a8f374
Some checks are pending
Dev Version / Release (push) Waiting to run
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.25.7` -> `v2.27.4` | > ❗ **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4yIiwidXBkYXRlZEluVmVyIjoiMzguMjEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #5 Co-authored-by: Renovate Bot <renovate@keks.cloud> Co-committed-by: Renovate Bot <renovate@keks.cloud> |
||
---|---|---|
.. | ||
.flake8 | ||
.gitignore | ||
.golangci.yaml | ||
app.go | ||
args.go | ||
category.go | ||
cli.go | ||
CODE_OF_CONDUCT.md | ||
command.go | ||
context.go | ||
docs.go | ||
errors.go | ||
fish.go | ||
flag-spec.yaml | ||
flag.go | ||
flag_bool.go | ||
flag_duration.go | ||
flag_ext.go | ||
flag_float64.go | ||
flag_float64_slice.go | ||
flag_generic.go | ||
flag_int.go | ||
flag_int64.go | ||
flag_int64_slice.go | ||
flag_int_slice.go | ||
flag_path.go | ||
flag_string.go | ||
flag_string_slice.go | ||
flag_timestamp.go | ||
flag_uint.go | ||
flag_uint64.go | ||
flag_uint64_slice.go | ||
flag_uint_slice.go | ||
funcs.go | ||
godoc-current.txt | ||
help.go | ||
LICENSE | ||
Makefile | ||
mkdocs-reqs.txt | ||
mkdocs.yml | ||
parse.go | ||
README.md | ||
sliceflag.go | ||
sort.go | ||
suggestions.go | ||
template.go | ||
zz_generated.flags.go |
cli
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