nvidia-container-toolkit/vendor/github.com/urfave/cli/v2
dependabot[bot] faabbd36d6
Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.2 to 2.27.3.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.27.2...v2.27.3)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-28 08:18:49 +00:00
..
.flake8
.gitignore
.golangci.yaml
app.go Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 2024-05-06 11:45:55 +02:00
args.go
category.go Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 2024-05-06 11:45:55 +02:00
cli.go
CODE_OF_CONDUCT.md
command.go Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 2024-05-06 11:45:55 +02:00
context.go
docs.go
errors.go
fish.go
flag_bool.go
flag_duration.go
flag_ext.go
flag_float64_slice.go
flag_float64.go
flag_generic.go
flag_int64_slice.go
flag_int64.go
flag_int_slice.go
flag_int.go
flag_path.go
flag_string_slice.go
flag_string.go
flag_timestamp.go
flag_uint64_slice.go
flag_uint64.go
flag_uint_slice.go
flag_uint.go
flag-spec.yaml
flag.go
funcs.go
godoc-current.txt Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 2024-07-28 08:18:49 +00:00
help.go Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 2024-07-28 08:18:49 +00:00
LICENSE
Makefile
mkdocs-reqs.txt
mkdocs.yml
parse.go
README.md
sliceflag.go
sort.go
suggestions.go
template.go Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 2024-07-28 08:18:49 +00:00
zz_generated.flags.go

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