Expand description
Core command structures and execution Command execution and management
This module provides the core Command struct and CommandBuilder for creating
CLI applications with subcommands, flags, and dynamic completions.
Structs§
- Command
- Represents a command in the CLI application
- Command
Builder - Builder for creating commands with a fluent API