Expand description
§CommandProvider Implementation
Implements the CommandExecutor trait for the MountainEnvironment. This
provider contains the core logic for managing the command registry and
dispatching command execution to either native Rust handlers or proxied
sidecar handlers.
Enums§
- Command
Handler - An enum representing the different ways a command can be handled.