class

Fluxion::Executor::ToolPackagesExecutor

Inherits Fluxion::Executor::StepExecutor < Reference < Object

tool-packages — ecosystem installers.

Constants

INSTALL_TIMEOUT = 30.minutes

Instance methods

commands(step : Step, item : ModuleItem) : Array(Command)

Commands for one item, in order. Empty means there is nothing to do.

Source
execute(step : Step, item : ModuleItem, runner : ShellRunner, &sink : String -> ) : StepResult

Checked up front so a missing backend produces an actionable message instead of a bare command-not-found from each package in turn.

Source
supports?(step : Step) : Bool
Source