2016-01-01 21:12:40 +00:00
. \" generated with Ronn/v0.7.3
. \" http://github.com/rtomayko/ronn/tree/0.7.3
.
2016-03-09 09:40:59 +00:00
.TH "FISHER\-HELP" "1" "March 2016" "" "fisherman"
2016-01-01 21:12:40 +00:00
.
.SH "NAME"
2016-02-29 14:13:29 +00:00
\fB fisher\- help\fR \- Show help about Fisherman
2016-01-01 21:12:40 +00:00
.
.SH "SYNOPSIS"
2016-03-09 09:40:59 +00:00
fisher help [\fI command\fR ] [\- \- help]
2016-01-01 21:12:40 +00:00
.
.br
.
.SH "USAGE"
2016-02-29 14:13:29 +00:00
fisher help \fI command\fR
2016-01-01 21:12:40 +00:00
.
.br
2016-01-10 07:01:07 +00:00
.
2016-01-01 21:12:40 +00:00
.SH "DESCRIPTION"
Help displays \fI command\fR documentation, usage, guides and tutorials\.
.
.P
2016-02-29 14:13:29 +00:00
Help is based in man(1) pages\. To supply help with your own plugin or command, create one or more man\. 1~7 pages and add them to your project under the corresponding man/man% directory\.
2016-01-01 21:12:40 +00:00
.
.IP "" 4
.
.nf
my_plugin
|\- \- my_plugin\. fish
2016-02-27 06:31:11 +00:00
`\- \- man
`\- \- man1
`\- \- my_plugin\. 1
2016-01-01 21:12:40 +00:00
.
.fi
.
.IP "" 0
.
.P
2016-02-29 14:13:29 +00:00
Help for my_plugin is available via man(1)\. To add documentation to a fisher command, prepend the keyword fisher\- to the man file, e\. g\. , fisher\- my\- command\. 1\. This will teach Fisherman how to access the man page using fisher help my\- command\.
2016-01-01 21:12:40 +00:00
.
.P
2016-02-29 14:13:29 +00:00
There are utilities that can help you generate man pages from other text formats, such as Markdown\. For example pandoc(1) or ronn(1)\.
2016-01-01 21:12:40 +00:00
.
.SH "OPTIONS"
.
.TP
2016-02-29 14:13:29 +00:00
\- h, \- \- help
2016-01-01 21:12:40 +00:00
Show usage help\.
.
.SH "SEE ALSO"
2016-02-29 14:13:29 +00:00
man(1), fisher(1)