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
alexflint avatar

alexflint/go-arg

0
View on GitHub↗
2,229 stars·112 forks·Go·bsd-2-clause·9 viewspkg.go.dev/github.com/alexflint/go-arg↗

Go Arg

Features

  • Command Line Interfaces - Struct-based argument parsing.
  • Command Line Tools - Struct-tag based argument parser.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Go CLI Frameworks - Struct-based argument parsing library.

Star history

Star history chart for alexflint/go-argStar history chart for alexflint/go-arg

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Frequently asked questions

What are the main features of alexflint/go-arg?

The main features of alexflint/go-arg are: Command Line Interfaces, Command Line Tools, Console Interfaces, Go CLI Frameworks.

Which projects share features with alexflint/go-arg?

Projects with overlapping indexed features include: urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to… akamensky/argparse — Argparse for golang. Just because `flag` sucks. jawher/mow.cli — A versatile library for building CLI applications in Go. spf13/cobra — Cobra is a development framework for building command-line applications in Go. It organizes application logic into a… cosiner/argv — Argv is a library for Go to split command line string into arguments array. antham/strumt — Strumt is a library to create prompt chain.

Projects sharing features with Go Arg

These projects share indexed features with Go Arg. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
  • urfave/cliurfave avatar

    urfave/cli

    24,133View on GitHub↗

    This is a framework for building structured terminal applications in Go. It provides the core components necessary to define a command-line interface, including a system for managing commands, sub-commands, and their associated flags. The library distinguishes itself through an automated help generator that produces formatted usage instructions and manual pages, and a shell completion generator that creates tab-completion scripts for Bash, Zsh, Fish, and PowerShell. It also features a command lifecycle manager to handle pre- and post-execution logic and process exit codes. The toolkit covers

    Goclicommand-linego
    View on GitHub↗24,133
Compare all 30 related projects→