mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 07:31:14 -03:00
Convert \\subsection sections into rst format
This commit is contained in:
@@ -7,7 +7,8 @@ Synopsis
|
||||
command [OPTIONS] COMMANDNAME [ARGS...]
|
||||
|
||||
|
||||
\subsection command-description Description
|
||||
Description
|
||||
------------
|
||||
|
||||
`command` forces the shell to execute the program `COMMANDNAME` and ignore any functions or builtins with the same name.
|
||||
|
||||
@@ -23,7 +24,8 @@ With the `-s` option, `command` treats every argument as a separate command to l
|
||||
|
||||
For basic compatibility with POSIX `command`, the `-v` flag is recognized as an alias for `-s`.
|
||||
|
||||
\subsection command-example Examples
|
||||
Examples
|
||||
------------
|
||||
|
||||
`command ls` causes fish to execute the `ls` program, even if an `ls` function exists.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user