Skip to main content

Module runner

Module runner 

Source
Expand description

Runner management command implementations.

Responsibilities:

  • Provide handlers for runner CLI subcommands.
  • Expose capability data for CLI and potential future use.

Not handled here:

  • CLI argument parsing (see cli/runner.rs).
  • Runner execution (see runner/ module).

Modulesยง

capabilities
Runner capabilities reporting.
detection
Runner binary detection utilities.
list
Runner list command.