You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/master/index.html
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,9 @@ <h3>String list and path list options</h3>
634
634
<tr><td>-clr</td>
635
635
<td>Clear the option (remove all items)</td>
636
636
</tr>
637
+
<tr><td>-del</td>
638
+
<td>Delete 1 or more items if present (same syntax as -set)</td>
639
+
</tr>
637
640
<tr><td>-remove</td>
638
641
<td>Delete item if present (does not interpret escapes)</td>
639
642
</tr>
@@ -671,6 +674,12 @@ <h3>Key/value list options</h3>
671
674
<tr><td>-add</td>
672
675
<td>Append 1 or more items (same syntax as -set)</td>
673
676
</tr>
677
+
<tr><td>-clr</td>
678
+
<td>Clear the option (remove all items)</td>
679
+
</tr>
680
+
<tr><td>-del</td>
681
+
<td>Delete 1 or more keys if present (same syntax as -set)</td>
682
+
</tr>
674
683
<tr><td>-remove</td>
675
684
<td>Delete item by key if present (does not interpret escapes)</td>
676
685
</tr>
@@ -716,7 +725,7 @@ <h3>Object settings list options</h3>
716
725
<td>Clear the option (remove all items)</td>
717
726
</tr>
718
727
<tr><td>-remove</td>
719
-
<td>Delete item if present</td>
728
+
<td>Delete 1 or items if present (same syntax as -set)</td>
720
729
</tr>
721
730
<tr><td>-toggle</td>
722
731
<td>Append an item, or remove it if it already exists</td>
@@ -730,10 +739,9 @@ <h3>Object settings list options</h3>
730
739
<div class="section" id="general">
731
740
<h3>General</h3>
732
741
<p>Without suffix, the operation used is normally <tt class="docutils literal"><span class="pre">-set</span></tt>.</p>
733
-
<p>Although some operations allow specifying multiple items, using this is strongly
734
-
discouraged and deprecated, except for <tt class="docutils literal"><span class="pre">-set</span></tt>. There is a chance that
735
-
operations like <tt class="docutils literal"><span class="pre">-add</span></tt> and <tt class="docutils literal"><span class="pre">-pre</span></tt> will work like <tt class="docutils literal"><span class="pre">-append</span></tt> and accept a
736
-
single, unescaped item only (so the <tt class="docutils literal">,</tt> separator will not be interpreted and
742
+
<p>Some operations like <tt class="docutils literal"><span class="pre">-add</span></tt> and <tt class="docutils literal"><span class="pre">-pre</span></tt> specify multiple items, but be
743
+
aware that you may need to escape the arguments. <tt class="docutils literal"><span class="pre">-append</span></tt> accepts a single,
744
+
unescaped item only (so the <tt class="docutils literal">,</tt> separator will not be interpreted and
0 commit comments