mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
c070a2aa3e
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.
12 lines
285 B
Text
12 lines
285 B
Text
\section dirs dirs - print directory stack
|
|
|
|
\subsection dirs-synopsis Synopsis
|
|
\fish{syn}
|
|
dirs
|
|
\endfish
|
|
|
|
\subsection dirs-description Description
|
|
`dirs` prints the current directory stack, as created by the
|
|
<a href="#pushd">`pushd`</a> command.
|
|
|
|
`dirs` does not accept any parameters.
|