mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Copy doc_src to sphinx_doc_src and add a TOC
This commit is contained in:
16
sphinx_doc_src/cmds/pwd.rst
Normal file
16
sphinx_doc_src/cmds/pwd.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
\section pwd pwd - output the current working directory
|
||||
|
||||
\subsection pwd-synopsis Synopsis
|
||||
\fish{synopsis}
|
||||
pwd
|
||||
\endfish
|
||||
|
||||
\subsection pwd-description Description
|
||||
|
||||
`pwd` outputs (prints) the current working directory.
|
||||
|
||||
The following options are available:
|
||||
|
||||
- `-L`, Output the logical working directory, without resolving symlinks (default behavior).
|
||||
|
||||
- `-P`, Output the physical working directory, with symlinks resolved.
|
||||
Reference in New Issue
Block a user