awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
docopt avatar

docopt/docopt.go

0
View on GitHub↗
1,444 stars·104 forks·Go·MIT·10 viewsdocopt.org↗

Docopt.go

docopt-go

Features

  • Command Line Interfaces - Command-line argument parser.
  • Go CLI Frameworks - Argument parser based on help message definitions.

Star history

Star history chart for docopt/docopt.goStar history chart for docopt/docopt.go

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Docopt.go

Similar open-source projects, ranked by how many features they share with Docopt.go.
  • alexflint/go-argalexflint avatar

    alexflint/go-arg

    2,229View on GitHub↗
    Goargument-parsinggolang
    View on GitHub↗2,229
  • jawher/mow.clijawher avatar

    jawher/mow.cli

    884View on GitHub↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    View on GitHub↗884
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
  • spf13/cobraspf13 avatar

    spf13/cobra

    44,107View on 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
    View on GitHub↗44,107
See all 30 alternatives to Docopt.go→

Frequently asked questions

What does docopt/docopt.go do?

docopt-go

What are the main features of docopt/docopt.go?

The main features of docopt/docopt.go are: Command Line Interfaces, Go CLI Frameworks.

What are some open-source alternatives to docopt/docopt.go?

Open-source alternatives to docopt/docopt.go include: 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…