mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 20:11:15 -03:00
Documentation update
Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
\section help help - display fish documentation
|
||||
|
||||
\subsection help-synopsis Synopsis
|
||||
<tt>help [SECTION]</tt>
|
||||
\fish{syn}
|
||||
help [SECTION]
|
||||
\endfish
|
||||
|
||||
\subsection help-description Description
|
||||
|
||||
\c help displays the fish help documentation.
|
||||
`help` displays the fish help documentation.
|
||||
|
||||
If a \c SECTION is specified, the help for that command is shown.
|
||||
If a `SECTION` is specified, the help for that command is shown.
|
||||
|
||||
If the BROWSER environment variable is set, it will be used to display the
|
||||
documentation. Otherwise, fish will search for a suitable browser.
|
||||
|
||||
Note that most builtin commands display their help in the terminal when
|
||||
given the <tt>--help</tt> option.
|
||||
given the `--help` option.
|
||||
|
||||
\subsection help-example Example
|
||||
|
||||
<tt>help fg</tt> shows the documentation for the \c fg builtin.
|
||||
`help fg` shows the documentation for the `fg` builtin.
|
||||
|
||||
Reference in New Issue
Block a user