mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-05 13:31:15 -03:00
Copy doc_src to sphinx_doc_src and add a TOC
This commit is contained in:
15
sphinx_doc_src/cmds/dirs.rst
Normal file
15
sphinx_doc_src/cmds/dirs.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
\section dirs dirs - print directory stack
|
||||
|
||||
\subsection dirs-synopsis Synopsis
|
||||
\fish{synopsis}
|
||||
dirs
|
||||
dirs -c
|
||||
\endfish
|
||||
|
||||
\subsection dirs-description Description
|
||||
|
||||
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
|
||||
|
||||
With "-c", it clears the directory stack instead.
|
||||
|
||||
`dirs` does not accept any parameters.
|
||||
Reference in New Issue
Block a user