client: add help entries for named filters

Add help entries for named filters added in ca8e331
This commit is contained in:
Jayden Grubb 2023-06-18 20:28:43 +10:00
parent 7b27465937
commit 61b7ed758f
No known key found for this signature in database
GPG key ID: A920A61FBEBEA731

View file

@ -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>