retroforth/man/retro.1
crc e907395a00 manpage: correct the -u argument in the summary
FossilOrigin-Name: 5f1c48c384f5d43074ac90a8a8855d55482d59c8b53232fb390a35b0d8a1d76a
2019-04-02 20:25:21 +00:00

42 lines
1.1 KiB
Groff

.Dd March 2019
.Dt RETRO 1
.Os
.Sh RETRO
.Nm retro
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
.Op Fl h
.Op Fl i
.Op Fl t
.Op Fl f Ar filename
.Op Fl u Ar filename
.Op Ar filename Ar script-args
.Sh DESCRIPTION
RETRO is a modern, pragmatic Forth drawing influences from many sources.
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.
.Sh OPTIONS
.Bl -tag -width -indent
.It Fl h
Display a help screen
.It Fl i
Start Retro in interactive mode
.It Fl i,c
Start Retro in interactive mode (character breaking)
.It Fl i,fs
Start Retro in interactive mode (fullscreen)
.It Fl t
Run any test blocks in the loaded files
.It Fl f Ar filename
Run any code blocks in the specified file
.It Fl u Ar filename
Load and use 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
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com