awesome-repositories.com
Blog
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
·
TeXitoi avatar

TeXitoi/structopt

0
View on GitHub↗

Structopt

Parse command line arguments by defining a struct.

Features

  • Argument Parsing - Declarative argument parsing using struct definitions.

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
  • Kommandozeilenschnittstellen - Struct-based command-line argument parsing.
  • Developer Tools - Parses command-line arguments by defining a struct.
  • 2,727 Stars·150 Forks·Rust·2 Aufrufe

    Star-Verlauf

    Star-Verlauf für texitoi/structoptStar-Verlauf für texitoi/structopt

    Open-Source-Alternativen zu Structopt

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Structopt.
    • clap-rs/clapAvatar von clap-rs

      clap-rs/clap

      16,528Auf GitHub ansehen↗

      Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through strongly-typed data structures. It functions as a comprehensive framework for building terminal applications, automating the transformation of raw string inputs into validated, type-safe code representations while simultaneously generating help documentation and usage statements. The library distinguishes itself by offering both a declarative, attribute-based approach and a fluent builder-pattern API, allowing for flexible interface construction. It includes a sophisticated validation

      Rustargument-parserargument-parsingcommand-line
      Auf GitHub ansehen↗16,528
    • yargs/yargsAvatar von yargs

      yargs/yargs

      11,492Auf GitHub ansehen↗

      yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings into structured JavaScript objects, providing a toolkit for building terminal applications with nested sub-commands, dedicated handlers, and a structured user interface. The framework distinguishes itself through automated help text generation, which constructs formatted usage menus and instructions based on registered metadata. It also provides shell completion generation for Bash and Zsh and uses string-distance algorithms to offer typo correction suggestions when invalid inpu

      JavaScript
      Auf GitHub ansehen↗11,492
    • oclif/oclifAvatar von oclif

      oclif/oclif

      9,543Auf GitHub ansehen↗

      oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing terminal applications with consistent command patterns, argument parsing, and automated help generation. The project features a modular plugin architecture that allows for external functionality to be injected via a manifest-based loading mechanism. It includes a dedicated distribution pipeline and packager to bundle applications into OS-native installers and tarballs for Windows, macOS, and Linux. The framework covers a broad range of development capabilities, including project

      TypeScript
      Auf GitHub ansehen↗9,543
    • 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 Structopt anzeigen→

    Häufig gestellte Fragen

    Was macht texitoi/structopt?

    Parse command line arguments by defining a struct.

    Was sind die Hauptfunktionen von texitoi/structopt?

    Die Hauptfunktionen von texitoi/structopt sind: Argument Parsing, Kommandozeilenschnittstellen, Developer Tools.

    Welche Open-Source-Alternativen gibt es zu texitoi/structopt?

    Open-Source-Alternativen zu texitoi/structopt sind unter anderem: clap-rs/clap — Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through… yargs/yargs — yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings… oclif/oclif — oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing… urfave/cli — This is a framework for building structured terminal applications in Go. It provides the core components necessary to… clitic/kdam — A console progress bar library for Rust. (inspired by tqdm & rich.progress). colored-rs/colored — (Rust) Coloring terminal so simple you already know how to do it !