mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 00:21:14 -03:00
Update synopsis of a few stragglers.
This commit is contained in:
@@ -6,12 +6,10 @@ if - conditionally execute a command
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
if CONDITION; COMMANDS_TRUE...;
|
||||
[else if CONDITION2; COMMANDS_TRUE2...;]
|
||||
[else; COMMANDS_FALSE...;]
|
||||
end
|
||||
| **if** *CONDITION*; *COMMANDS_TRUE*...;
|
||||
| [**else** **if** *CONDITION2*; *COMMANDS_TRUE2*...;]
|
||||
| [**else**; *COMMANDS_FALSE*...;]
|
||||
| **end**
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user