Mercurial > p > roundup > code
diff share/man/man1/roundup-admin.1 @ 7252:9c067ed4568b
add pragma command to roundup-admin
Added basic pragma command. Can assign settings, list settings.
Most settings are not yet implemented.
Only the pragma command respects unhidden pragma settings at this
point. Also added tests, doc updates for roundup-admin.
CHANGES.txt not updated because currently only pragma references the
unhidden settings.
Also fixed a couple of long lines.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 12 Apr 2023 20:49:21 -0400 |
| parents | c1227f883177 |
| children | 312d52305583 |
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1 Wed Apr 12 11:20:14 2023 -0400 +++ b/share/man/man1/roundup-admin.1 Wed Apr 12 20:49:21 2023 -0400 @@ -205,6 +205,21 @@ Run performance test. For example test the effect of changing password hashing parameters. .TP +\fBpragma\fP \fIsetting=value\fP|\fBlist\fP +Set internal settings to a value. E.G. + + pragma verbose=True + pragma verbose=yes + pragma verbose=on + pragma verbose=1 + +will turn on verbose mode for roundup-admin. + + pragma list + +will show all settings and their current values. If verbose +is enabled hidden settings and descriptions will be shown. +.TP \fBreindex\fP \fI[classname|designator]*\fP This will re-generate the search indexes for a tracker. .TP
