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
·
akamensky avatar

akamensky/argparse

0
View on GitHub↗
640 stars·65 forks·Go·MIT·6 views

Argparse

Argparse for golang. Just because flag sucks

Features

  • Command Line Interfaces - 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.

Star history

Star history chart for akamensky/argparseStar history chart for akamensky/argparse

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 Argparse

Similar open-source projects, ranked by how many features they share with Argparse.
  • 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
  • alexflint/go-argalexflint avatar

    alexflint/go-arg

    2,229View on GitHub↗
    Goargument-parsinggolang
    View on GitHub↗2,229
  • 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
See all 30 alternatives to Argparse→

Frequently asked questions

What does akamensky/argparse do?

Argparse for golang. Just because flag sucks

What are the main features of akamensky/argparse?

The main features of akamensky/argparse are: Command Line Interfaces, Command Line Tools, Console Interfaces, Go CLI Frameworks.

What are some open-source alternatives to akamensky/argparse?

Open-source alternatives to akamensky/argparse include: 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.