Module command

Module command 

Source
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
CommandBuilder
Builder for creating commands with a fluent API

Type Aliases§

HookFunc
Type alias for lifecycle hook functions
RunFunc
Type alias for the function that executes when a command runs