execute method

Free<F, ExecutionResult> execute(
  1. String command,
  2. IList<String> arguments
)

Implementation

Free<F, ExecutionResult> execute(String command, IList<String> arguments) => liftOp(new Execute(command, arguments));