mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
docs: Update synopsis for 'set'
This commit is contained in:
parent
5432ee1aa9
commit
0a1bf01574
1 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,10 @@ Synopsis
|
|||
set (-f | --function) (-l | --local) (-g | --global) (-U | --universal) [--no-event]
|
||||
set [-Uflg] NAME [VALUE ...]
|
||||
set [-Uflg] NAME[[INDEX ...]] [VALUE ...]
|
||||
set (-a | --append) [-flgU] NAME VALUE ...
|
||||
set (-q | --query) (-e | --erase) [-flgU] [NAME][[INDEX]] ...]
|
||||
set (-S | --show) [NAME ...]
|
||||
set (-x | --export) (-u | --unexport) [-Uflg] NAME [VALUE ...]
|
||||
set (-a | --append) (-p | --prepend) [-Uflg] NAME VALUE ...
|
||||
set (-q | --query) (-e | --erase) [-Uflg] [NAME][[INDEX]] ...]
|
||||
set (-S | --show) (-L | --long) [NAME ...]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
|
Loading…
Reference in a new issue