mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 02:41:15 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
count $VARIABLE
|
||||
|
||||
|
||||
\subsection count-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
`count` prints the number of arguments that were passed to it. This is usually used to find out how many elements an environment variable array contains.
|
||||
|
||||
@@ -16,7 +17,8 @@ count $VARIABLE
|
||||
`count` exits with a non-zero exit status if no arguments were passed to it, and with zero if at least one argument was passed.
|
||||
|
||||
|
||||
\subsection count-example Example
|
||||
Example
|
||||
------------
|
||||
|
||||
\fish
|
||||
count $PATH
|
||||
|
||||
Reference in New Issue
Block a user