mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 22:12:45 +08:00
parent
521dc5c5d0
commit
a7f3af921f
|
@ -23,7 +23,7 @@ The following options are available:
|
|||
Lists the names of all defined builtins.
|
||||
|
||||
**-q** or **--query** *BUILTIN*
|
||||
Tests if any of the specified builtins exist.
|
||||
Tests if any of the specified builtins exist. If any exist, it returns 0, 1 otherwise.
|
||||
|
||||
**-h** or **--help**
|
||||
Displays help about using this command.
|
||||
|
|
|
@ -43,6 +43,7 @@ The following options are available:
|
|||
|
||||
The **-q**, **-p**, **-t** and **-P** flags (and their long flag aliases) are mutually exclusive. Only one can be specified at a time.
|
||||
|
||||
``type`` returns 0 if at least one entry was found, 1 otherwise, and 2 for invalid options or option combinations.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue
Block a user