retroforth/man/retro-unu.1
crc 8ead0fbfba retro-unu: add -t support to command line
FossilOrigin-Name: 29a9b00f47a3a1a3924138b8b9191492c5028d140a72fa2aa686ca001d0cd098
2020-01-21 12:58:06 +00:00

27 lines
621 B
Groff

.Dd January 2020
.Dt RETRO-UNU 1
.Os
.Sh RETRO-UNU
.Nm retro-unu
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
.Op Fl t
filename
.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 a tool for extracting code from fenced blocks in literate
sources. It will write output to stdout.
.Sh OPTIONS
.Bl -tag -width -indent
.It Fl t
Include any test blocks in the file.
.It filename
Extract code blocks from the specified file.
.El
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com