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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufepkg.go.dev/github.com/alexflint/go-arg↗

Go Arg

Features

  • Kommandozeilenschnittstellen - 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-Verlauf

Star-Verlauf für alexflint/go-argStar-Verlauf für alexflint/go-arg

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Go Arg

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Go Arg.
  • jawher/mow.cliAvatar von jawher

    jawher/mow.cli

    884Auf GitHub ansehen↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    Auf GitHub ansehen↗884
  • spf13/cobraAvatar von spf13

    spf13/cobra

    44,107Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗44,107
  • akamensky/argparseAvatar von akamensky

    akamensky/argparse

    640Auf GitHub ansehen↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    Auf GitHub ansehen↗640
  • urfave/cliAvatar von urfave

    urfave/cli

    24,133Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,133
Alle 30 Alternativen zu Go Arg anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von alexflint/go-arg?

Die Hauptfunktionen von alexflint/go-arg sind: Kommandozeilenschnittstellen, Command Line Tools, Console Interfaces, Go CLI Frameworks.

Welche Open-Source-Alternativen gibt es zu alexflint/go-arg?

Open-Source-Alternativen zu alexflint/go-arg sind unter anderem: 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.