awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docopt avatar

docopt/docopt.go

0
View on GitHub↗
1,444 星标·104 分支·Go·MIT·2 次浏览docopt.org↗

Docopt.go

docopt-go

Features

  • 命令行界面 - Command-line argument parser.
  • Go CLI Frameworks - Argument parser based on help message definitions.

Star 历史

docopt/docopt.go 的 Star 历史图表docopt/docopt.go 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

docopt/docopt.go 是做什么的?

docopt-go

docopt/docopt.go 的主要功能有哪些?

docopt/docopt.go 的主要功能包括:命令行界面, Go CLI Frameworks。

docopt/docopt.go 有哪些开源替代品?

docopt/docopt.go 的开源替代品包括: jawher/mow.cli — A versatile library for building CLI applications in Go. ukautz/clif — CLIF - Command line interface framework. akamensky/argparse — Argparse for golang. Just because `flag` sucks. alexflint/go-arg. spf13/cobra — Cobra is a development framework for building command-line applications in Go. It organizes application logic into a… urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to…

Docopt.go 的开源替代方案

相似的开源项目,按与 Docopt.go 的功能重合度排序。
  • alexflint/go-argalexflint 的头像

    alexflint/go-arg

    2,229在 GitHub 上查看↗
    Goargument-parsinggolang
    在 GitHub 上查看↗2,229
  • jawher/mow.clijawher 的头像

    jawher/mow.cli

    884在 GitHub 上查看↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    在 GitHub 上查看↗884
  • akamensky/argparseakamensky 的头像

    akamensky/argparse

    640在 GitHub 上查看↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    在 GitHub 上查看↗640
  • spf13/cobraspf13 的头像

    spf13/cobra

    44,107在 GitHub 上查看↗

    Cobra is a development framework for building command-line applications in Go. It organizes application logic into a hierarchical tree structure where each node represents a command, complete with its own flags and execution logic. This structure allows developers to build complex, nested command interfaces that mirror business domains while maintaining a clean separation between command orchestration and underlying business logic. The framework distinguishes itself through its declarative approach to metadata and configuration. It automatically derives help documentation, usage instructions,

    Goclicli-appcobra
    在 GitHub 上查看↗44,107
查看 Docopt.go 的所有 30 个替代方案→