awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
akamensky avatar

akamensky/argparse

0
View on GitHub↗
640 स्टार्स·65 फोर्क्स·Go·MIT·5 व्यूज़

Argparse

Argparse for golang. Just because flag sucks

Features

  • कमांड लाइन इंटरफेस - 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.

स्टार हिस्ट्री

akamensky/argparse के लिए स्टार हिस्ट्री चार्टakamensky/argparse के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Argparse के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Argparse के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • jawher/mow.clijawher का अवतार

    jawher/mow.cli

    884GitHub पर देखें↗

    A versatile library for building CLI applications in Go

    Goclicommand-linego
    GitHub पर देखें↗884
  • spf13/cobraspf13 का अवतार

    spf13/cobra

    44,107GitHub पर देखें↗

    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
    GitHub पर देखें↗44,107
  • alexflint/go-argalexflint का अवतार

    alexflint/go-arg

    2,229GitHub पर देखें↗
    Goargument-parsinggolang
    GitHub पर देखें↗2,229
  • urfave/cliurfave का अवतार

    urfave/cli

    24,133GitHub पर देखें↗

    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
    GitHub पर देखें↗24,133
Argparse के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

akamensky/argparse क्या करता है?

Argparse for golang. Just because flag sucks

akamensky/argparse की मुख्य विशेषताएं क्या हैं?

akamensky/argparse की मुख्य विशेषताएं हैं: कमांड लाइन इंटरफेस, Command Line Tools, Console Interfaces, Go CLI Frameworks।

akamensky/argparse के कुछ ओपन-सोर्स विकल्प क्या हैं?

akamensky/argparse के ओपन-सोर्स विकल्पों में शामिल हैं: 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.