NAME
$script_base
$script_base --help-all
HEADER
foreach my $line (@help) {
print $fh " " . $line;
}
print $fh <<FOOTER;
SEE ALSO
See App::RecordStream for an overview of the scripts and the system
Run
recs examples
or see App::RecordStream::Manual::Examples for a set of simple recs examplesRun
recs story
or see App::RecordStream::Manual::Story for a humorous introduction to RecordStreamEvery command has a
--help
mode available to print out usage and examples for the particular command, just like the output above.
FOOTER
close $fh;
}