mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
d282bc4625
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.
22 lines
491 B
Text
22 lines
491 B
Text
/** \page commands Commands
|
|
|
|
\htmlonly[block]
|
|
<div class="fish_left_bar fish_left_little">
|
|
<div class="menu commands_menu">
|
|
\endhtmlonly
|
|
@command_list_toc@
|
|
|
|
\htmlonly[block]
|
|
</div>
|
|
</div>
|
|
<div class="commands fish_right_bar fish_right_big">
|
|
<h1 class="interior_title">Command reference</h1>
|
|
\endhtmlonly
|
|
`fish` ships with a large number of builtin commands, shellscript functions and external commands. These are all described below.
|
|
|
|
@command_list@
|
|
|
|
\htmlonly[block]
|
|
</div>
|
|
\endhtmlonly
|
|
*/
|