mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
docs: note limits on parameter expansion from #7226
introduced in 594a6a3
This commit is contained in:
parent
aaaf74cd5b
commit
a0764ef3d2
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ When fish is given a commandline, it expands the parameters before sending them
|
|||
- :ref:`Brace expansion <expand-brace>`, to write lists with common pre- or suffixes in a shorter way
|
||||
- :ref:`Tilde expansion <expand-home>`, to turn the ``~`` at the beginning of paths into the path to the home directory
|
||||
|
||||
Parameter expansion is limited to 524288 items.
|
||||
|
||||
.. _expand-wildcard:
|
||||
|
||||
|
|
Loading…
Reference in a new issue