mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 12:41:16 -03:00
Harmonize some idiosyncrancies introduced
For now, we are going with ``command`` for builtins and fish scripts, and **keyword** for parser keywords like if or and.
This commit is contained in:
@@ -6,12 +6,12 @@ command - run a program
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
``command`` [ *OPTIONS* ] [**COMMAND** [*ARG* ...]]
|
||||
**command** [ **OPTIONS** ] [*COMMANDNAME* [ARG ...]]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``command`` forces the shell to execute the program ``COMMANDNAME`` and ignore any functions or builtins with the same name.
|
||||
**command** forces the shell to execute the program *COMMANDNAME* and ignore any functions or builtins with the same name.
|
||||
|
||||
The following options are available:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user