Usage: stdlib-repl-presentation [options] [] Options: -h, --help Print this message. -V, --version Print the package version. --border-top Top border. Default: '*'. --border-bottom Bottom border. Default: '*'. --border-left Left border. Default: '* '. --border-right Right border. Default: ' *'. --counter Show slide counter. --width Presentation width. --height Presentation height. --workspace REPL workspace name. Default: presentation. --input-prompt Input prompt. Default: 'In [%d]: '. --output-prompt Output prompt. Default: 'Out[%d]: '. --padding Empty lines between commands. Default: 1. --save File to save REPL command history. --logfile File to log REPL commands and printed output. --timeout Milliseconds before terminating a command. --quiet Disable printing of REPL logs and diagnostics. --no-autoclear Disable automatic clearing when rendering. --loop Loop a presentation. --watch Watch the source presentation file for changes.