{"id":13410701,"url":"https://github.com/urfave/cli","last_synced_at":"2026-01-18T13:16:03.946Z","repository":{"id":37373375,"uuid":"11393110","full_name":"urfave/cli","owner":"urfave","description":"A simple, fast, and fun package for building command line apps in Go","archived":false,"fork":false,"pushed_at":"2025-04-07T12:54:40.000Z","size":11958,"stargazers_count":23034,"open_issues_count":41,"forks_count":1729,"subscribers_count":297,"default_branch":"main","last_synced_at":"2025-04-16T22:22:15.209Z","etag":null,"topics":["cli","command-line","go","golang-library","json","toml","yaml"],"latest_commit_sha":null,"homepage":"https://cli.urfave.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/urfave.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-07-13T19:32:06.000Z","updated_at":"2025-04-16T21:35:37.000Z","dependencies_parsed_at":"2022-07-04T10:25:08.603Z","dependency_job_id":"6ef72135-4f21-46ab-b050-9f08c5594f43","html_url":"https://github.com/urfave/cli","commit_stats":{"total_commits":2217,"total_committers":299,"mean_commits":7.414715719063545,"dds":0.8006314839873703,"last_synced_commit":"35945b7480697f11590e578d10d3ccdb4166652a"},"previous_names":["codegangsta/cli"],"tags_count":179,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urfave%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urfave%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urfave%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urfave%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urfave","download_url":"https://codeload.github.com/urfave/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250134348,"owners_count":21380424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","go","golang-library","json","toml","yaml"],"created_at":"2024-07-30T20:01:08.498Z","updated_at":"2025-12-16T15:36:05.579Z","avatar_url":"https://github.com/urfave.png","language":"Go","readme":"# Welcome to urfave/cli\n\n[![Go Reference][goreference_badge]][goreference_link]\n[![Go Report Card][goreportcard_badge]][goreportcard_link]\n[![codecov][codecov_badge]][codecov_link]\n[![Tests status][test_badge]][test_link]\n\nurfave/cli is a **declarative**, simple, fast, and fun package for building\ncommand line tools in Go featuring:\n\n- commands and subcommands with alias and prefix match support\n- flexible and permissive help system\n- dynamic shell completion for `bash`, `zsh`, `fish`, and `powershell`\n- no dependencies except Go standard library\n- input flags for simple types, slices of simple types, time, duration, and\n  others\n- compound short flag support (`-a` `-b` `-c` can be shortened to `-abc`)\n- documentation generation in `man` and Markdown (supported via the\n  [`urfave/cli-docs`][urfave/cli-docs] module)\n- input lookup from:\n  - environment variables\n  - plain text files\n  - structured file formats (supported via the\n    [`urfave/cli-altsrc`][urfave/cli-altsrc] module)\n\n## Documentation\n\nSee the hosted documentation website at \u003chttps://cli.urfave.org\u003e. Contents of\nthis website are built from the [`./docs`](./docs) directory.\n\n## Support\n\nCheck the [Q\u0026A discussions]. If you don't find answer to your question, [create\na new discussion].\n\nIf you found a bug or have a feature request, [create a new issue].\n\nPlease keep in mind that this project is run by unpaid volunteers.\n\n### License\n\nSee [`LICENSE`](./LICENSE).\n\n[test_badge]: https://github.com/urfave/cli/actions/workflows/test.yml/badge.svg\n[test_link]: https://github.com/urfave/cli/actions/workflows/test.yml\n[goreference_badge]: https://pkg.go.dev/badge/github.com/urfave/cli/v3.svg\n[goreference_link]: https://pkg.go.dev/github.com/urfave/cli/v3\n[goreportcard_badge]: https://goreportcard.com/badge/github.com/urfave/cli/v3\n[goreportcard_link]: https://goreportcard.com/report/github.com/urfave/cli/v3\n[codecov_badge]: https://codecov.io/gh/urfave/cli/branch/main/graph/badge.svg?token=t9YGWLh05g\n[codecov_link]: https://codecov.io/gh/urfave/cli\n[Q\u0026A discussions]: https://github.com/urfave/cli/discussions/categories/q-a\n[create a new discussion]: https://github.com/urfave/cli/discussions/new?category=q-a\n[urfave/cli-docs]: https://github.com/urfave/cli-docs\n[urfave/cli-altsrc]: https://github.com/urfave/cli-altsrc\n[create a new issue]: https://github.com/urfave/cli/issues/new/choose\n","funding_links":[],"categories":["Go","Misc","开源类库","命令行","Programming","Command Line","Uncategorized","CLI frameworks","Build Automation","Open source library","Go 🐹","前端开发框架及项目","Tools","命令行界面开发库","Programming Languages","命令行工具","Repositories","cli","命令行工具### 标准 CLI`用于创建一个标准命令行应用程序的库`","[Go](https://go.dev/)","\u003cspan id=\"命令行-command-line\"\u003e命令行 Command Line\u003c/span\u003e"],"sub_categories":["命令行","标准CLI","Golang","Standard CLI","Uncategorized","Command Line","其他_文本生成、文本对话","常用库","Go","标准 CLI","标准命令行交互","Useful awesome list for Dotnet cli","標準命令行交互"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furfave%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furfave%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furfave%2Fcli/lists"}