mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 17:41:14 -03:00
Switch backticks to double backticks for rst compatibility
This commit is contained in:
@@ -10,11 +10,11 @@ count $VARIABLE
|
||||
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.
|
||||
``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.
|
||||
|
||||
`count` does not accept any options, not even `-h` or `--help`.
|
||||
``count`` does not accept any options, not even ``-h`` or ``--help``.
|
||||
|
||||
`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.
|
||||
``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.
|
||||
|
||||
|
||||
Example
|
||||
|
||||
Reference in New Issue
Block a user