mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41: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,11 +1,13 @@
|
||||
\section exit exit - exit the shell
|
||||
|
||||
\subsection exit-synopsis Synopsis
|
||||
<tt>exit [STATUS]</tt>
|
||||
\fish{syn}
|
||||
exit [STATUS]
|
||||
\endfish
|
||||
|
||||
\subsection exit-description Description
|
||||
|
||||
\c exit causes fish to exit. If <tt>STATUS</tt> is
|
||||
`exit` causes fish to exit. If `STATUS` is
|
||||
supplied, it will be converted to an integer and used as the exit
|
||||
code. Otherwise, the exit code will be that of the last command executed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user