command_executor library
Functions
-
applyHooks(
String hookType) → Future< void> -
printError(
CommandResult result, String type) → void -
printInfo(
List< CommandResult> results, String type) → void -
printSuccess(
CommandResult result, String type) → void -
removeHooks(
) → Future< void> -
startProcess(
dynamic command, String hookType) → Future< CommandResult>