mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
Document support for erasing from multiple scopes
This commit is contained in:
parent
fb7f2d97e9
commit
994049d33b
|
@ -68,7 +68,7 @@ The following other options are available:
|
|||
Causes the values to be prepended to the current set of values for the variable. This can be used with **--append** to both append and prepend at the same time. This cannot be used when assigning to a variable slice.
|
||||
|
||||
**-e** or **--erase**
|
||||
Causes the specified shell variables to be erased
|
||||
Causes the specified shell variables to be erased. Supports erasing from multiple scopes at once.
|
||||
|
||||
**-q** or **--query**
|
||||
Test if the specified variable names are defined. Does not output anything, but the builtins exit status is the number of variables specified that were not defined, up to a maximum of 255. If no variable was given, it also returns 255.
|
||||
|
|
Loading…
Reference in New Issue
Block a user