1 个仓库
Frameworks specifically for creating command-line interfaces with strong type safety.
Distinct from Type-Safe API Frameworks: Distinct from API frameworks which focus on network requests/responses, this focuses on terminal inputs
Explore 1 awesome GitHub repository matching web development · CLI Frameworks. Refine with filters or upvote what's useful.
This is a library for building command-line interfaces in Swift. It converts command-line arguments into type-safe Swift properties using a declarative approach, ensuring that inputs match expected data types to prevent runtime errors. The framework supports the creation of complex command hierarchies through nested subcommands. It automatically generates formatted usage documentation and error messages by deriving information from the defined metadata and types. The system utilizes property wrappers to attach parsing logic to types and employs reflection to extract metadata from property na
Provides a type-safe framework where command-line arguments and options map directly to Swift types.