522885641f
FossilOrigin-Name: 92064e2a4ece3ab1ed81b2660366394580e73d5d894af143eecae3c236a78130
22 lines
728 B
Text
22 lines
728 B
Text
# Starting RETRO
|
|
|
|
RETRO can be run for scripting or interactive use. To start it
|
|
interactively, run: `retro` without any command line arguments.
|
|
|
|
For a summary of the full command line arguments available:
|
|
|
|
Scripting Usage:
|
|
|
|
retro filename [script arguments...]
|
|
|
|
Interactive Usage:
|
|
|
|
retro [-h] [-i] [-c] [-s] [-f filename] [-t]
|
|
|
|
-h Display this help text
|
|
-i Interactive mode (line buffered)
|
|
-c Interactive mode (character buffered)
|
|
-s Suppress the 'ok' prompt and keyboard
|
|
echo in interactive mode
|
|
-f filename Run the contents of the specified file
|
|
-t Run tests (in ``` blocks) in any loaded files
|