oops we need to generate docs to represent these changes too

This commit is contained in:
speedie 2023-05-19 02:13:51 +02:00
parent 620cb0ca63
commit 4eb3cfc81c
2 changed files with 21 additions and 0 deletions

View file

@ -103,6 +103,12 @@ Require that input text matches an item
\f[V]-nrm, --no-require-match\f[R] \f[V]-nrm, --no-require-match\f[R]
Don\[cq]t require that input text matches an item Don\[cq]t require that input text matches an item
.TP .TP
\f[V]-ma, --mark-items\f[R]
Allow marking/selecting multiple items
.TP
\f[V]-nma, --no-mark-items\f[R]
Don\[cq]t allow marking/selecting multiple items
.TP
\f[V]-F, --fuzzy\f[R] \f[V]-F, --fuzzy\f[R]
Enable fuzzy matching Enable fuzzy matching
.TP .TP
@ -375,6 +381,9 @@ Don\[cq]t load theme
\f[V]-v, --version\f[R] \f[V]-v, --version\f[R]
Print spmenu version to stdout Print spmenu version to stdout
.TP .TP
\f[V]-rv, --raw-version\f[R]
Print raw spmenu version number to stdout
.TP
\f[V]-fn, --font font\f[R] \f[V]-fn, --font font\f[R]
Set the spmenu font to font Set the spmenu font to font
.TP .TP

View file

@ -258,6 +258,14 @@ Require that input text matches an item
<dd> <dd>
Dont require that input text matches an item Dont require that input text matches an item
</dd> </dd>
<dt><code>-ma, --mark-items</code></dt>
<dd>
Allow marking/selecting multiple items
</dd>
<dt><code>-nma, --no-mark-items</code></dt>
<dd>
Dont allow marking/selecting multiple items
</dd>
<dt><code>-F, --fuzzy</code></dt> <dt><code>-F, --fuzzy</code></dt>
<dd> <dd>
Enable fuzzy matching Enable fuzzy matching
@ -618,6 +626,10 @@ Dont load theme
<dd> <dd>
Print spmenu version to stdout Print spmenu version to stdout
</dd> </dd>
<dt><code>-rv, --raw-version</code></dt>
<dd>
Print raw spmenu version number to stdout
</dd>
<dt><code>-fn, --font font</code></dt> <dt><code>-fn, --font font</code></dt>
<dd> <dd>
Set the spmenu font to font Set the spmenu font to font