Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7546:534f8bdb8f94
Add -P pragma=value command line option to roundup-admin.
To set pragmas when using non-interactive mode, or set on command line
when going into interactive mode.
Also changed specification test to use command line pragma setting
rather than interactive. This tests the -P option without having to
run an extra test.
Docs updated as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 14 Jul 2023 00:30:44 -0400 |
| parents | 7b6278da3faa |
| children | 7c3aee35a5ac |
line wrap: on
line diff
--- a/doc/admin_guide.txt Fri Jul 14 00:10:42 2023 -0400 +++ b/doc/admin_guide.txt Fri Jul 14 00:30:44 2023 -0400 @@ -1248,6 +1248,8 @@ -S <string> -- when outputting lists of data, string-separate them -s -- when outputting lists of data, space-separate them. Same as '-S " "'. + -P pragma=value -- Set a pragma on command line rather than interactively. + Can be used multiple times. -V -- be verbose when importing -v -- report Roundup and Python versions (and quit)
