manpage: note that retro runs in interactive mode if no arguments are passed
FossilOrigin-Name: 56f73ce95258243371df033572cac363aa45ebf4e3cb2105a0a817c1e44165e9
This commit is contained in:
parent
a9fe2ff7e4
commit
581973b3e1
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
.Dd Setember 2019
|
||||
.Dd June 2020
|
||||
.Dt RETRO 1
|
||||
.Os
|
||||
.Sh RETRO
|
||||
|
@ -19,7 +19,7 @@ It's clean, elegant, tiny, and easy to grasp and adapt to various uses.
|
|||
|
||||
.Nm
|
||||
is the main interface for interacting with Retro. It provides both
|
||||
an interactive and a scripting model.
|
||||
an interactive and a scripting model.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -indent
|
||||
.It Fl h
|
||||
|
@ -39,5 +39,9 @@ Load and run the code in the specified image file rather than the integral one.
|
|||
.It filename script-args
|
||||
Run code blocks in a single file. Pass script-args to the code being run.
|
||||
.El
|
||||
|
||||
If invoked with no arguments,
|
||||
.Nm
|
||||
will run in interactive mode.
|
||||
.Sh AUTHORS
|
||||
.An Charles Childers Aq Mt crc@forthworks.com
|
||||
|
|
Loading…
Reference in a new issue