replay abstract method

Future<int> replay(
  1. String path
)

Replay file silently. Maps to: .replay <path>

Executes each line as a command, suppressing output.

Implementation

Future<int> replay(String path);