Replay file silently. Maps to: .replay <path>
.replay <path>
Executes each line as a command, suppressing output.
@override Future<int> replay(String path) async { return _replayFile(path, silent: true); }