mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 08:41:15 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
21
doc_src/cmds/dirs.rst
Normal file
21
doc_src/cmds/dirs.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
.. _cmd-dirs:
|
||||
|
||||
dirs - print directory stack
|
||||
============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
dirs
|
||||
dirs -c
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``dirs`` prints the current directory stack, as created by :ref:`pushd <cmd-pushd>` and modified by :ref:`popd <cmd-popd>`.
|
||||
|
||||
With "-c", it clears the directory stack instead.
|
||||
|
||||
``dirs`` does not accept any parameters.
|
||||
Reference in New Issue
Block a user