/ man / doc.1
doc.1
 1  .if n.ad l
 2  .nh
 3  
 4  .TH doc 1 "2018-08-29" "Shellman 0.2.2" "User Commands"
 5  
 6  .SH "NAME"
 7  doc \- Documentation for your shell scripts!
 8  
 9  .SH "SYNOPSIS"
10  \fBdoc\fR [\fB\-u\fR] <\fISCRIPT\fR>
11  
12  .SH "OPTIONS"
13  .IP "\fB\-h\fR, \fB\-\-help\fR " 4
14  Print this help and exit.
15  
16  .IP "\fB\-u\fR, \fB\-\-usage\fR \fISCRIPT\fR" 4
17  Print usage for the given script.
18  
19  .IP "\fB\-\-get\fR \fITAG\fR \fIFILE\fR" 4
20  Get a specific doc tag (first line only).
21  
22  .IP "\fB\-\-clear\-cache\fR [\fIFILE\fR\.\.\.]" 4
23  Clear the cache for the given files, or clear all the cache.
24  
25  .IP "\fB\-\-cache\fR \fIFILE\fR\.\.\." 4
26  Cache the help text for the given files.