mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-01 18:31:14 -03:00
doc: add links to 'source' command from 'eval' and 'functions'
This commit is contained in:
committed by
Fabian Homborg
parent
54da5b82ba
commit
401e5d1f6b
@@ -15,7 +15,7 @@ Description
|
||||
-----------
|
||||
``eval`` evaluates the specified parameters as a command. If more than one parameter is specified, all parameters will be joined using a space character as a separator.
|
||||
|
||||
If your command does not need access to stdin, consider using ``source`` instead.
|
||||
If your command does not need access to stdin, consider using :ref:`source <cmd-source>` instead.
|
||||
|
||||
If no piping or other compound shell constructs are required, variable-expansion-as-command, as in ``set cmd ls -la; $cmd``, is also an option.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user