Replay file with output. Maps to: .load <path>
.load <path>
Executes each line as a command, showing output.
@override Future<int> load(String path) async { return _replayFile(path, silent: false); }