client: add help entries for named filters
Add help entries for named filters added in ca8e331
This commit is contained in:
parent
7b27465937
commit
61b7ed758f
1 changed files with 16 additions and 0 deletions
|
@ -50,6 +50,22 @@
|
||||||
<td><code>post-count</code></td>
|
<td><code>post-count</code></td>
|
||||||
<td>alias of <code>usages</code></td>
|
<td>alias of <code>usages</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>suggests</code></td>
|
||||||
|
<td>with given suggested tags (accepts wildcards)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>implies</code></td>
|
||||||
|
<td>with given implied tags (accepts wildcards)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>suggested-by</code></td>
|
||||||
|
<td>suggested by given tags (accepts wildcards)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>implied-by</code></td>
|
||||||
|
<td>implied by given tags (accepts wildcards)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>suggestion-count</code></td>
|
<td><code>suggestion-count</code></td>
|
||||||
<td>with given number of suggestions</td>
|
<td>with given number of suggestions</td>
|
||||||
|
|
Loading…
Reference in a new issue