Crate avila_cli

Crate avila_cli 

Source
Expand description

Ávila CLI Parser

Zero-dependency command-line argument parser with stack-allocated data structures. Provides compile-time type safety and constant-time argument lookups via HashMap.

Structs§

App
Command-line application parser
Arg
Command-line argument specification
Command
Subcommand definition
Matches
Parse result containing matched arguments