Skip to main content

Module runner

Module runner 

Source
Expand description

Command runner and execution framework.

Provides the core abstractions for command execution.

Structs§

CommandOutput
Command output type.
CommandRunner
Command runner for executing commands with lifecycle management.
LoggingHook
Logging hook for command execution.
MetricsHook
Metrics hook for command execution.
RunCommandArgs
Arguments for run commands.

Traits§

Command
Trait for executable commands.
CommandFactory
Command factory for dynamic command creation.
CommandHook
Hook trait for command lifecycle events.