mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
Migrate the 'synopsis' sections to .rst format
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
if - conditionally execute a command
|
||||
==========================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
\subsection if-synopsis Synopsis
|
||||
\fish{synopsis}
|
||||
if CONDITION; COMMANDS_TRUE...;
|
||||
[else if CONDITION2; COMMANDS_TRUE2...;]
|
||||
[else; COMMANDS_FALSE...;]
|
||||
end
|
||||
\endfish
|
||||
|
||||
|
||||
\subsection if-description Description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user