adapters/process_runner library
Process execution abstractions used by dep_sherpa.
Classes
- ProcessResultData
- Represents the result of a completed process invocation.
- ProcessRunner
- Defines how external processes are started.
- SystemProcessRunner
-
Uses
dart:ioProcess.run to execute commands on the host system.