2 Repos
Options that trigger immediate program termination after processing.
Distinct from CLI Command Frameworks: Distinct from CLI Command Frameworks: focuses on the execution priority of specific flags rather than the framework itself.
Explore 2 awesome GitHub repositories matching development tools & productivity · Eager Parameter Execution. Refine with filters or upvote what's useful.
This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili
Prioritizes the execution of specific command-line options to process and terminate the program before other parameters are evaluated.
Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro
Triggers immediate program termination or specific actions after processing flags like help or version.