mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-09 08:51:14 -03:00
Switch \fish sections to rst format
This commit is contained in:
@@ -18,8 +18,11 @@ Example
|
||||
|
||||
The following code will call the ls command. Note that `fish` does not support the use of shell variables as direct commands; `eval` can be used to work around this.
|
||||
|
||||
\fish
|
||||
set cmd ls
|
||||
eval $cmd
|
||||
\endfish
|
||||
|
||||
|
||||
::
|
||||
|
||||
set cmd ls
|
||||
eval $cmd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user