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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
akamensky avatar

akamensky/argparse

0
View on GitHub↗
640 estrellas·65 forks·Go·MIT·5 vistas

Argparse

Argparse for golang. Just because flag sucks

Features

  • Interfaces de línea de comandos - Argument parser inspired by Python's argparse.
  • Command Line Tools - Python-inspired command-line argument parser.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Go CLI Frameworks - Go implementation of Python-style argument parsing.

Historial de estrellas

Gráfico del historial de estrellas de akamensky/argparseGráfico del historial de estrellas de akamensky/argparse

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace akamensky/argparse?

Argparse for golang. Just because flag sucks

¿Cuáles son las características principales de akamensky/argparse?

Las características principales de akamensky/argparse son: Interfaces de línea de comandos, Command Line Tools, Console Interfaces, Go CLI Frameworks.

¿Qué alternativas de código abierto existen para akamensky/argparse?

Las alternativas de código abierto para akamensky/argparse incluyen: 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… alexflint/go-arg. jawher/mow.cli — A versatile library for building CLI applications in Go. alecthomas/kingpin — CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser. cosiner/argv — Argv is a library for Go to split command line string into arguments array.

Alternativas open-source a Argparse

Proyectos open-source similares, clasificados según cuántas características comparten con Argparse.
  • jawher/mow.cliAvatar de jawher

    jawher/mow.cli

    884Ver en GitHub↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    Ver en GitHub↗884
  • spf13/cobraAvatar de spf13

    spf13/cobra

    44,107Ver en 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
    Ver en GitHub↗44,107
  • alexflint/go-argAvatar de alexflint

    alexflint/go-arg

    2,229Ver en GitHub↗
    Goargument-parsinggolang
    Ver en GitHub↗2,229
  • urfave/cliAvatar de urfave

    urfave/cli

    24,133Ver en 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
    Ver en GitHub↗24,133
Ver las 30 alternativas a Argparse→