comparison doc/design.txt @ 6174:5522c950a2e4

Add indexing for roundup-admin references.
author John Rouillard <rouilj@ieee.org>
date Sat, 16 May 2020 13:40:12 -0400
parents de9d602c8ce6
children 6834bb5473da
comparison
equal deleted inserted replaced
6173:82f58ae89142 6174:5522c950a2e4
1087 only for quick searches and checks from the shell prompt. (Anything more 1087 only for quick searches and checks from the shell prompt. (Anything more
1088 interesting can simply be written in Python using the Roundup database 1088 interesting can simply be written in Python using the Roundup database
1089 module.) 1089 module.)
1090 1090
1091 1091
1092 .. index:: roundup-admin; command line specification
1093
1092 Command Interface Specification 1094 Command Interface Specification
1093 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1095 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1094 1096
1095 A single command, ``roundup-admin``, provides basic access to the hyperdatabase 1097 A single command, ``roundup-admin``, provides basic access to the hyperdatabase
1096 from the command line:: 1098 from the command line::
1130 When multiple results are returned by the roundup-admin get or 1132 When multiple results are returned by the roundup-admin get or
1131 roundup-admin find 1133 roundup-admin find
1132 commands, they are printed one per line (default) or joined by commas 1134 commands, they are printed one per line (default) or joined by commas
1133 (with the -list) option. 1135 (with the -list) option.
1134 1136
1137
1138 .. index:: roundup-admin; usage in scripts
1135 1139
1136 Usage Example 1140 Usage Example
1137 ~~~~~~~~~~~~~ 1141 ~~~~~~~~~~~~~
1138 1142
1139 To find all messages regarding in-progress issues that contain the word 1143 To find all messages regarding in-progress issues that contain the word

Roundup Issue Tracker: http://roundup-tracker.org/