golang-github-urfave-cli-v2-dev (2.25.7-5)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
golang-github-urfave-cli-v2
Architecture
i386
Section
golang
Priority
optional
Maintainer
Debian Go Packaging Team <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
18.8 kB
Size expected
6.6 MB
Size actual
6.6 MB
Size match

Dependencies

Required package dependencies

  • golang-github-burntsushi-toml-dev
  • golang-github-cpuguy83-go-md2man-v2-dev
  • golang-github-xrash-smetrics-dev

Suggested packages

Recommended additional packages

  • None

Description

package for building command line apps in Go (version 2)

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD519926900…cc222ce6
SHA-1f6fc028f…50e21a07
SHA-25661d62d8f…4c3ebe18
SHA-5124efbb3d6…bec7bdb8

Contents

Files and directories included

.
usr
usr/bin
usr/bin/urfave-cli-genflags
usr/share
usr/share/doc
usr/share/doc/golang-github-urfave-cli-v2-dev
usr/share/doc/golang-github-urfave-cli-v2-dev/README.md
usr/share/doc/golang-github-urfave-cli-v2-dev/changelog.Debian.gz
usr/share/doc/golang-github-urfave-cli-v2-dev/changelog.gz
usr/share/doc/golang-github-urfave-cli-v2-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/urfave
usr/share/gocode/src/github.com/urfave/cli
usr/share/gocode/src/github.com/urfave/cli/v2
usr/share/gocode/src/github.com/urfave/cli/v2/.flake8
usr/share/gocode/src/github.com/urfave/cli/v2/.github
usr/share/gocode/src/github.com/urfave/cli/v2/.github/CODEOWNERS
usr/share/gocode/src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE
usr/share/gocode/src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE/question.md
usr/share/gocode/src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE/v1-bug-report.md
usr/share/gocode/src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE/v2-bug-report.md
usr/share/gocode/src/github.com/urfave/cli/v2/.github/ISSUE_TEMPLATE/v2-feature-request.md
usr/share/gocode/src/github.com/urfave/cli/v2/.github/codecov.yml
usr/share/gocode/src/github.com/urfave/cli/v2/.github/pull_request_template.md
usr/share/gocode/src/github.com/urfave/cli/v2/.github/workflows
usr/share/gocode/src/github.com/urfave/cli/v2/.github/workflows/cli.yml
usr/share/gocode/src/github.com/urfave/cli/v2/.gitignore
usr/share/gocode/src/github.com/urfave/cli/v2/CODE_OF_CONDUCT.md
usr/share/gocode/src/github.com/urfave/cli/v2/LICENSE
usr/share/gocode/src/github.com/urfave/cli/v2/Makefile
usr/share/gocode/src/github.com/urfave/cli/v2/README.md
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/default_input_source.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/flag-spec.yaml
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/flag.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/flag_generated.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/flag_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/helpers_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/input_source_context.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/json_command_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/json_source_context.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/map_input_source.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/map_input_source_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/toml_command_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/toml_file_loader.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/yaml_command_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/yaml_file_loader.go
usr/share/gocode/src/github.com/urfave/cli/v2/altsrc/yaml_file_loader_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/app.go
usr/share/gocode/src/github.com/urfave/cli/v2/app_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/args.go
usr/share/gocode/src/github.com/urfave/cli/v2/autocomplete
usr/share/gocode/src/github.com/urfave/cli/v2/autocomplete/bash_autocomplete
usr/share/gocode/src/github.com/urfave/cli/v2/autocomplete/powershell_autocomplete.ps1
usr/share/gocode/src/github.com/urfave/cli/v2/autocomplete/zsh_autocomplete
usr/share/gocode/src/github.com/urfave/cli/v2/category.go
usr/share/gocode/src/github.com/urfave/cli/v2/cli.go
usr/share/gocode/src/github.com/urfave/cli/v2/cmd
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/Makefile
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/README.md
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/generated.gotmpl
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/generated_altsrc.gotmpl
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/generated_test.gotmpl
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/go.mod
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/go.sum
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/main.go
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/main_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/cmd/urfave-cli-genflags/urfave-cli-genflags
usr/share/gocode/src/github.com/urfave/cli/v2/command.go
usr/share/gocode/src/github.com/urfave/cli/v2/command_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/context.go
usr/share/gocode/src/github.com/urfave/cli/v2/context_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/docs
usr/share/gocode/src/github.com/urfave/cli/v2/docs/CHANGELOG.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/CNAME
usr/share/gocode/src/github.com/urfave/cli/v2/docs/CONTRIBUTING.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/RELEASING.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/SECURITY.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/index.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/migrate-v1-to-v2.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/arguments.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/bash-completions.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/combining-short-options.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/exit-codes.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/flags.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/generated-help-text.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/greet.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/subcommands-categories.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/subcommands.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/examples/version-flag.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/getting-started.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v1/migrating-to-v2.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/arguments.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/bash-completions.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/combining-short-options.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/exit-codes.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/flags.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/full-api-example.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/generated-help-text.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/greet.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/subcommands-categories.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/subcommands.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/suggestions.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/timestamp-flag.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/examples/version-flag.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/getting-started.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/images
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/images/custom-bash-autocomplete.gif
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/images/custom-zsh-autocomplete.gif
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/images/default-bash-autocomplete.gif
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/images/default-zsh-autocomplete.gif
usr/share/gocode/src/github.com/urfave/cli/v2/docs/v2/migrating-from-older-releases.md
usr/share/gocode/src/github.com/urfave/cli/v2/docs.go
usr/share/gocode/src/github.com/urfave/cli/v2/docs_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/errors.go
usr/share/gocode/src/github.com/urfave/cli/v2/errors_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/fish.go
usr/share/gocode/src/github.com/urfave/cli/v2/fish_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag-spec.yaml
usr/share/gocode/src/github.com/urfave/cli/v2/flag.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_bool.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_duration.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_ext.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_float64.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_float64_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_generic.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_int.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_int64.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_int64_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_int_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_path.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_string.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_string_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_timestamp.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_uint.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_uint64.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_uint64_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/flag_uint_slice.go
usr/share/gocode/src/github.com/urfave/cli/v2/funcs.go
usr/share/gocode/src/github.com/urfave/cli/v2/go.mod
usr/share/gocode/src/github.com/urfave/cli/v2/go.sum
usr/share/gocode/src/github.com/urfave/cli/v2/godoc-current.txt
usr/share/gocode/src/github.com/urfave/cli/v2/help.go
usr/share/gocode/src/github.com/urfave/cli/v2/help_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/helpers_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/mkdocs-requirements.txt
usr/share/gocode/src/github.com/urfave/cli/v2/mkdocs.yml
usr/share/gocode/src/github.com/urfave/cli/v2/parse.go
usr/share/gocode/src/github.com/urfave/cli/v2/sliceflag.go
usr/share/gocode/src/github.com/urfave/cli/v2/sliceflag_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/sort.go
usr/share/gocode/src/github.com/urfave/cli/v2/sort_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/suggestions.go
usr/share/gocode/src/github.com/urfave/cli/v2/suggestions_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/template.go
usr/share/gocode/src/github.com/urfave/cli/v2/testdata
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/empty.yml
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-full.man
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-full.md
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-no-authors.md
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-no-commands.md
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-no-flags.md
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-doc-no-usagetext.md
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/expected-fish-full.fish
usr/share/gocode/src/github.com/urfave/cli/v2/testdata/godoc-v2.x.txt
usr/share/gocode/src/github.com/urfave/cli/v2/zz_generated.flags.go
usr/share/gocode/src/github.com/urfave/cli/v2/zz_generated.flags_test.go
usr/share/gocode/src/github.com/urfave/cli/v2/docs/CODE_OF_CONDUCT.md