doc options: Clarify how to empty lists/maps

This commit is contained in:
SeerLite 2020-10-27 16:08:16 -03:00
parent 90043e7df0
commit aa22ea58cf

View File

@ -17,8 +17,9 @@ set-option [-add|-remove] <scope> <name> <values>...
<<scopes#,`:doc scopes`>>). *current* relates to the narrowest scope in <<scopes#,`:doc scopes`>>). *current* relates to the narrowest scope in
which the option is already set. which the option is already set.
Multiple <values> can be given as separate arguments when the option is a When the option is a list or a map, multiple <values> can be given as
list or map. separate arguments, or can be omitted altogether in order to empty the
option.
If `-add` or `-remove` is specified, the new value is respectively *added* If `-add` or `-remove` is specified, the new value is respectively *added*
to or *removed* from the current one instead of replacing it (the exact to or *removed* from the current one instead of replacing it (the exact