load abstract method

Future<int> load(
  1. String path
)

Replay file with output. Maps to: .load <path>

Executes each line as a command, showing output.

Implementation

Future<int> load(String path);