como 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +8 -0
- data/doc/Como/ArgsParseState.html +50 -50
- data/doc/Como/ComoCommon.html +9 -9
- data/doc/Como/MainOpt.html +126 -43
- data/doc/Como/Opt/ErrorWithData.html +10 -10
- data/doc/Como/Opt/InvalidOption.html +1 -1
- data/doc/Como/Opt/MissingArgument.html +1 -1
- data/doc/Como/Opt.html +767 -741
- data/doc/Como/RuleCheck.html +87 -87
- data/doc/Como/RuleDisplay.html +79 -79
- data/doc/Como/Spec.html +76 -90
- data/doc/Como.html +7 -6
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +9 -2
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +81 -75
- data/doc/top-level-namespace.html +1 -1
- data/lib/como.rb +160 -127
- data/test/como_compatible +1 -4
- data/test/como_config +4 -6
- data/test/como_options +2 -11
- data/test/como_queries +1 -4
- data/test/como_subcmd +2 -16
- data/test/como_subcmd_config +6 -9
- data/test/como_subcmd_rule +69 -0
- data/test/golden/compatible.txt +108 -97
- data/test/golden/config.txt +45 -149
- data/test/golden/options.txt +144 -115
- data/test/golden/queries.txt +13 -8
- data/test/golden/rule_1.txt +60 -39
- data/test/golden/rule_2.txt +60 -39
- data/test/golden/subcmd.txt +137 -131
- data/test/golden/subcmd_config.txt +162 -124
- data/test/golden/subcmd_rule.txt +366 -0
- data/test/test_como.rb +18 -9
- data/test/test_compatible +28 -28
- data/test/test_options +1 -0
- data/test/test_subcmd_rule +30 -0
- metadata +5 -2
@@ -1,12 +1,13 @@
|
|
1
|
+
---- CMD: como_subcmd_config
|
1
2
|
|
2
3
|
como_subcmd_config error: Option combination mismatch!
|
3
4
|
|
4
|
-
Addition heading info.
|
5
5
|
|
6
|
-
|
7
|
-
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
6
|
+
Additional heading info.
|
8
7
|
|
9
|
-
|
8
|
+
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
9
|
+
|
10
|
+
Options:
|
10
11
|
-p User password.
|
11
12
|
-u Username(s).
|
12
13
|
|
@@ -18,7 +19,8 @@ Addition heading info.
|
|
18
19
|
|
19
20
|
Copyright (c) 2013 by Como Tester
|
20
21
|
|
21
|
-
|
22
|
+
Additional footer info.
|
23
|
+
|
22
24
|
|
23
25
|
Option Combinations:
|
24
26
|
|--# One or more of:
|
@@ -33,40 +35,63 @@ Options for: como_subcmd_config
|
|
33
35
|
Given "add": false
|
34
36
|
Given "rm": false
|
35
37
|
Given "commit": false
|
38
|
+
---- CMD: como_subcmd_config -p passwd
|
36
39
|
Options for: como_subcmd_config
|
37
40
|
Given "help": false
|
38
41
|
Given "password": true
|
42
|
+
Value "password": passwd
|
39
43
|
Given "username": false
|
40
44
|
Given "terminator": false
|
41
45
|
Given "add": false
|
42
46
|
Given "rm": false
|
43
47
|
Given "commit": false
|
44
|
-
|
48
|
+
---- CMD: como_subcmd_config add
|
45
49
|
|
46
|
-
como_subcmd_config error: Option
|
50
|
+
como_subcmd_config error: Option combination mismatch!
|
47
51
|
|
48
|
-
Addition heading info.
|
49
52
|
|
50
|
-
|
51
|
-
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
53
|
+
Additional heading info.
|
52
54
|
|
53
|
-
-
|
54
|
-
|
55
|
-
|
55
|
+
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
56
|
+
|
57
|
+
Options:
|
58
|
+
-p User password.
|
59
|
+
-u Username(s).
|
60
|
+
|
61
|
+
Subcommands:
|
62
|
+
add Add file to repo.
|
63
|
+
rm Remove file from repo.
|
64
|
+
commit Commit (pending) changes to repo.
|
65
|
+
|
66
|
+
|
67
|
+
Copyright (c) 2013 by Como Tester
|
68
|
+
|
69
|
+
Additional footer info.
|
56
70
|
|
57
|
-
Addition footer info.
|
58
71
|
|
59
72
|
Option Combinations:
|
60
|
-
|--# One of:
|
61
|
-
| |--<
|
73
|
+
|--# One or more of:
|
74
|
+
| |--<password>
|
62
75
|
| |--<username>
|
63
|
-
| |--# Not:
|
64
|
-
| | |--<-fo>
|
65
76
|
|
77
|
+
Options for: como_subcmd_config
|
78
|
+
Given "help": false
|
79
|
+
Given "password": false
|
80
|
+
Given "username": false
|
81
|
+
Given "terminator": false
|
82
|
+
Given "add": true
|
83
|
+
Given "rm": false
|
84
|
+
Given "commit": false
|
85
|
+
Options for: add
|
86
|
+
Given "help": false
|
87
|
+
Given "force": false
|
88
|
+
Given "username": false
|
89
|
+
Given "file": false
|
90
|
+
---- CMD: como_subcmd_config add -f
|
66
91
|
|
67
92
|
como_subcmd_config error: No argument given for "-f"...
|
68
93
|
|
69
|
-
|
94
|
+
Additional heading info.
|
70
95
|
|
71
96
|
Subcommand "add" usage:
|
72
97
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -75,7 +100,9 @@ Addition heading info.
|
|
75
100
|
-u Username.
|
76
101
|
-f File.
|
77
102
|
|
78
|
-
|
103
|
+
|
104
|
+
Additional footer info.
|
105
|
+
|
79
106
|
|
80
107
|
Option Combinations:
|
81
108
|
|--# One of:
|
@@ -84,15 +111,18 @@ Addition footer info.
|
|
84
111
|
| |--# Not:
|
85
112
|
| | |--<-fo>
|
86
113
|
|
114
|
+
---- CMD: como_subcmd_config add -f file
|
115
|
+
|
116
|
+
como_subcmd_config error: Option combination mismatch!
|
87
117
|
|
88
118
|
como_subcmd_config error: Option combination mismatch!
|
89
119
|
|
90
|
-
Addition heading info.
|
91
120
|
|
92
|
-
|
93
|
-
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
121
|
+
Additional heading info.
|
94
122
|
|
95
|
-
|
123
|
+
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
124
|
+
|
125
|
+
Options:
|
96
126
|
-p User password.
|
97
127
|
-u Username(s).
|
98
128
|
|
@@ -104,7 +134,8 @@ Addition heading info.
|
|
104
134
|
|
105
135
|
Copyright (c) 2013 by Como Tester
|
106
136
|
|
107
|
-
|
137
|
+
Additional footer info.
|
138
|
+
|
108
139
|
|
109
140
|
Option Combinations:
|
110
141
|
|--# One or more of:
|
@@ -112,9 +143,8 @@ Addition footer info.
|
|
112
143
|
| |--<username>
|
113
144
|
|
114
145
|
|
115
|
-
como_subcmd_config error: Option combination mismatch!
|
116
146
|
|
117
|
-
|
147
|
+
Additional heading info.
|
118
148
|
|
119
149
|
Subcommand "add" usage:
|
120
150
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -123,7 +153,9 @@ Addition heading info.
|
|
123
153
|
-u Username.
|
124
154
|
-f File.
|
125
155
|
|
126
|
-
|
156
|
+
|
157
|
+
Additional footer info.
|
158
|
+
|
127
159
|
|
128
160
|
Option Combinations:
|
129
161
|
|--# One of:
|
@@ -132,10 +164,12 @@ Addition footer info.
|
|
132
164
|
| |--# Not:
|
133
165
|
| | |--<-fo>
|
134
166
|
|
167
|
+
---- CMD: como_subcmd_config -p pass add -f file
|
135
168
|
|
136
169
|
como_subcmd_config error: Option combination mismatch!
|
137
170
|
|
138
|
-
|
171
|
+
|
172
|
+
Additional heading info.
|
139
173
|
|
140
174
|
Subcommand "add" usage:
|
141
175
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -144,7 +178,9 @@ Addition heading info.
|
|
144
178
|
-u Username.
|
145
179
|
-f File.
|
146
180
|
|
147
|
-
|
181
|
+
|
182
|
+
Additional footer info.
|
183
|
+
|
148
184
|
|
149
185
|
Option Combinations:
|
150
186
|
|--# One of:
|
@@ -153,15 +189,15 @@ Addition footer info.
|
|
153
189
|
| |--# Not:
|
154
190
|
| | |--<-fo>
|
155
191
|
|
192
|
+
---- CMD: como_subcmd_config -p pass -u name1 add -f file
|
156
193
|
|
157
|
-
como_subcmd_config error:
|
194
|
+
como_subcmd_config error: Unknown option "-f"...
|
158
195
|
|
159
|
-
|
196
|
+
Additional heading info.
|
160
197
|
|
161
|
-
|
162
|
-
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
198
|
+
como_subcmd_config [-p <password>] [-u <username>+] <<subcommand>>
|
163
199
|
|
164
|
-
Options:
|
200
|
+
Options:
|
165
201
|
-p User password.
|
166
202
|
-u Username(s).
|
167
203
|
|
@@ -173,21 +209,14 @@ Addition heading info.
|
|
173
209
|
|
174
210
|
Copyright (c) 2013 by Como Tester
|
175
211
|
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
Given "password": true
|
180
|
-
Given "username": true
|
181
|
-
Given "terminator": false
|
182
|
-
Given "add": false
|
183
|
-
Given "rm": false
|
184
|
-
Given "commit": false
|
185
|
-
Value "password": pass
|
186
|
-
Value "username": ["name1", "add"]
|
212
|
+
Additional footer info.
|
213
|
+
|
214
|
+
---- CMD: como_subcmd_config -p pass -u name1 - add -f file
|
187
215
|
|
188
216
|
como_subcmd_config error: Option combination mismatch!
|
189
217
|
|
190
|
-
|
218
|
+
|
219
|
+
Additional heading info.
|
191
220
|
|
192
221
|
Subcommand "add" usage:
|
193
222
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -196,7 +225,9 @@ Addition heading info.
|
|
196
225
|
-u Username.
|
197
226
|
-f File.
|
198
227
|
|
199
|
-
|
228
|
+
|
229
|
+
Additional footer info.
|
230
|
+
|
200
231
|
|
201
232
|
Option Combinations:
|
202
233
|
|--# One of:
|
@@ -205,10 +236,12 @@ Addition footer info.
|
|
205
236
|
| |--# Not:
|
206
237
|
| | |--<-fo>
|
207
238
|
|
239
|
+
---- CMD: como_subcmd_config -p pass add -f file -u user
|
208
240
|
|
209
241
|
como_subcmd_config error: Option combination mismatch!
|
210
242
|
|
211
|
-
|
243
|
+
|
244
|
+
Additional heading info.
|
212
245
|
|
213
246
|
Subcommand "add" usage:
|
214
247
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -217,7 +250,9 @@ Addition heading info.
|
|
217
250
|
-u Username.
|
218
251
|
-f File.
|
219
252
|
|
220
|
-
|
253
|
+
|
254
|
+
Additional footer info.
|
255
|
+
|
221
256
|
|
222
257
|
Option Combinations:
|
223
258
|
|--# One of:
|
@@ -226,10 +261,12 @@ Addition footer info.
|
|
226
261
|
| |--# Not:
|
227
262
|
| | |--<-fo>
|
228
263
|
|
264
|
+
---- CMD: como_subcmd_config -p pass add -f file
|
229
265
|
|
230
266
|
como_subcmd_config error: Option combination mismatch!
|
231
267
|
|
232
|
-
|
268
|
+
|
269
|
+
Additional heading info.
|
233
270
|
|
234
271
|
Subcommand "add" usage:
|
235
272
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -238,7 +275,9 @@ Addition heading info.
|
|
238
275
|
-u Username.
|
239
276
|
-f File.
|
240
277
|
|
241
|
-
|
278
|
+
|
279
|
+
Additional footer info.
|
280
|
+
|
242
281
|
|
243
282
|
Option Combinations:
|
244
283
|
|--# One of:
|
@@ -247,25 +286,25 @@ Addition footer info.
|
|
247
286
|
| |--# Not:
|
248
287
|
| | |--<-fo>
|
249
288
|
|
289
|
+
---- CMD: como_subcmd_config -p pass add -f file -fo
|
250
290
|
Options for: como_subcmd_config
|
251
291
|
Given "help": false
|
252
292
|
Given "password": true
|
293
|
+
Value "password": pass
|
253
294
|
Given "username": false
|
254
295
|
Given "terminator": false
|
255
296
|
Given "add": true
|
256
297
|
Given "rm": false
|
257
298
|
Given "commit": false
|
258
|
-
Value "password": pass
|
259
|
-
Value "add": false
|
260
299
|
Options for: add
|
261
300
|
Given "help": false
|
262
301
|
Given "force": true
|
263
302
|
Given "username": false
|
264
303
|
Given "file": true
|
265
|
-
Value "force": true
|
266
304
|
Value "file": file
|
305
|
+
---- CMD: como_subcmd_config -p pass add -f file -fo -h
|
267
306
|
|
268
|
-
|
307
|
+
Additional heading info.
|
269
308
|
|
270
309
|
Subcommand "add" usage:
|
271
310
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -274,7 +313,9 @@ Addition heading info.
|
|
274
313
|
-u Username.
|
275
314
|
-f File.
|
276
315
|
|
277
|
-
|
316
|
+
|
317
|
+
Additional footer info.
|
318
|
+
|
278
319
|
|
279
320
|
Option Combinations:
|
280
321
|
|--# One of:
|
@@ -283,10 +324,11 @@ Addition footer info.
|
|
283
324
|
| |--# Not:
|
284
325
|
| | |--<-fo>
|
285
326
|
|
327
|
+
---- CMD: como_subcmd_config -p pass add -f file -fo rm
|
286
328
|
|
287
|
-
como_subcmd_config error: No default option specified
|
329
|
+
como_subcmd_config error: No default option specified to allow "rm"...
|
288
330
|
|
289
|
-
|
331
|
+
Additional heading info.
|
290
332
|
|
291
333
|
Subcommand "add" usage:
|
292
334
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -295,7 +337,9 @@ Addition heading info.
|
|
295
337
|
-u Username.
|
296
338
|
-f File.
|
297
339
|
|
298
|
-
|
340
|
+
|
341
|
+
Additional footer info.
|
342
|
+
|
299
343
|
|
300
344
|
Option Combinations:
|
301
345
|
|--# One of:
|
@@ -304,10 +348,11 @@ Addition footer info.
|
|
304
348
|
| |--# Not:
|
305
349
|
| | |--<-fo>
|
306
350
|
|
351
|
+
---- CMD: como_subcmd_config add -f file -fo commit
|
307
352
|
|
308
|
-
como_subcmd_config error: No default option specified
|
353
|
+
como_subcmd_config error: No default option specified to allow "commit"...
|
309
354
|
|
310
|
-
|
355
|
+
Additional heading info.
|
311
356
|
|
312
357
|
Subcommand "add" usage:
|
313
358
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -316,7 +361,9 @@ Addition heading info.
|
|
316
361
|
-u Username.
|
317
362
|
-f File.
|
318
363
|
|
319
|
-
|
364
|
+
|
365
|
+
Additional footer info.
|
366
|
+
|
320
367
|
|
321
368
|
Option Combinations:
|
322
369
|
|--# One of:
|
@@ -325,10 +372,11 @@ Addition footer info.
|
|
325
372
|
| |--# Not:
|
326
373
|
| | |--<-fo>
|
327
374
|
|
375
|
+
---- CMD: como_subcmd_config -p pass add -f file -fo commit
|
328
376
|
|
329
|
-
como_subcmd_config error: No default option specified
|
377
|
+
como_subcmd_config error: No default option specified to allow "commit"...
|
330
378
|
|
331
|
-
|
379
|
+
Additional heading info.
|
332
380
|
|
333
381
|
Subcommand "add" usage:
|
334
382
|
como_subcmd_config add [-fo] [-u <username>] -f <file>
|
@@ -337,7 +385,9 @@ Addition heading info.
|
|
337
385
|
-u Username.
|
338
386
|
-f File.
|
339
387
|
|
340
|
-
|
388
|
+
|
389
|
+
Additional footer info.
|
390
|
+
|
341
391
|
|
342
392
|
Option Combinations:
|
343
393
|
|--# One of:
|
@@ -346,22 +396,23 @@ Addition footer info.
|
|
346
396
|
| |--# Not:
|
347
397
|
| | |--<-fo>
|
348
398
|
|
399
|
+
---- CMD: como_subcmd_config -p pass rm
|
349
400
|
Options for: como_subcmd_config
|
350
401
|
Given "help": false
|
351
402
|
Given "password": true
|
403
|
+
Value "password": pass
|
352
404
|
Given "username": false
|
353
405
|
Given "terminator": false
|
354
406
|
Given "add": false
|
355
407
|
Given "rm": true
|
356
408
|
Given "commit": false
|
357
|
-
Value "password": pass
|
358
|
-
Value "rm": false
|
359
409
|
Options for: rm
|
360
410
|
Given "help": false
|
361
411
|
Given "force": false
|
362
412
|
Given "file": false
|
413
|
+
---- CMD: como_subcmd_config -p pass rm -h
|
363
414
|
|
364
|
-
como_subcmd_config error:
|
415
|
+
como_subcmd_config error: Unknown option "-h"...
|
365
416
|
|
366
417
|
Subcommand "rm" usage:
|
367
418
|
como_subcmd_config rm [-hm] [-fo] [-f <file>]
|
@@ -370,22 +421,10 @@ como_subcmd_config error: No default option specified for "-h"...
|
|
370
421
|
-fo Force operation.
|
371
422
|
-f File.
|
372
423
|
|
373
|
-
Options for: como_subcmd_config
|
374
|
-
Given "help": false
|
375
|
-
Given "password": true
|
376
|
-
Given "username": false
|
377
|
-
Given "terminator": false
|
378
|
-
Given "add": false
|
379
|
-
Given "rm": true
|
380
|
-
Given "commit": false
|
381
|
-
Value "password": pass
|
382
|
-
Value "rm": false
|
383
|
-
Options for: rm
|
384
|
-
Given "help": false
|
385
|
-
Given "force": false
|
386
|
-
Given "file": false
|
387
424
|
|
388
|
-
|
425
|
+
---- CMD: como_subcmd_config -p pass rm commit
|
426
|
+
|
427
|
+
como_subcmd_config error: No default option specified to allow "commit"...
|
389
428
|
|
390
429
|
Subcommand "rm" usage:
|
391
430
|
como_subcmd_config rm [-hm] [-fo] [-f <file>]
|
@@ -394,137 +433,136 @@ como_subcmd_config error: No default option specified for "commit"...
|
|
394
433
|
-fo Force operation.
|
395
434
|
-f File.
|
396
435
|
|
436
|
+
|
437
|
+
---- CMD: como_subcmd_config -p pass rm -f commit
|
397
438
|
Options for: como_subcmd_config
|
398
439
|
Given "help": false
|
399
440
|
Given "password": true
|
400
|
-
Given "username": false
|
401
|
-
Given "terminator": false
|
402
|
-
Given "add": false
|
403
|
-
Given "rm": true
|
404
|
-
Given "commit": false
|
405
441
|
Value "password": pass
|
406
|
-
Value "rm": false
|
407
|
-
Options for: rm
|
408
|
-
Given "help": false
|
409
|
-
Given "force": false
|
410
|
-
Given "file": false
|
411
|
-
Options for: como_subcmd_config
|
412
|
-
Given "help": false
|
413
|
-
Given "password": true
|
414
442
|
Given "username": false
|
415
443
|
Given "terminator": false
|
416
444
|
Given "add": false
|
417
445
|
Given "rm": true
|
418
446
|
Given "commit": false
|
419
|
-
Value "password": pass
|
420
|
-
Value "rm": false
|
421
447
|
Options for: rm
|
422
448
|
Given "help": false
|
423
449
|
Given "force": false
|
424
450
|
Given "file": true
|
425
451
|
Value "file": commit
|
452
|
+
---- CMD: como_subcmd_config -p pass commit
|
426
453
|
Options for: como_subcmd_config
|
427
454
|
Given "help": false
|
428
455
|
Given "password": true
|
456
|
+
Value "password": pass
|
429
457
|
Given "username": false
|
430
458
|
Given "terminator": false
|
431
459
|
Given "add": false
|
432
460
|
Given "rm": false
|
433
461
|
Given "commit": true
|
434
|
-
Value "password": pass
|
435
|
-
Value "commit": false
|
436
462
|
Options for: commit
|
437
463
|
Given "help": false
|
438
464
|
Given "quiet": false
|
439
465
|
Given "username": false
|
440
466
|
Given "<default>": false
|
467
|
+
---- CMD: como_subcmd_config -p pass commit dii duu
|
441
468
|
Options for: como_subcmd_config
|
442
469
|
Given "help": false
|
443
470
|
Given "password": true
|
471
|
+
Value "password": pass
|
444
472
|
Given "username": false
|
445
473
|
Given "terminator": false
|
446
474
|
Given "add": false
|
447
475
|
Given "rm": false
|
448
476
|
Given "commit": true
|
449
|
-
Value "password": pass
|
450
|
-
Value "commit": false
|
451
477
|
Options for: commit
|
452
478
|
Given "help": false
|
453
479
|
Given "quiet": false
|
454
480
|
Given "username": false
|
455
481
|
Given "<default>": true
|
456
482
|
Value "<default>": ["dii", "duu"]
|
483
|
+
---- CMD: como_subcmd_config -p pass commit -u user1 dii duu
|
457
484
|
Options for: como_subcmd_config
|
458
485
|
Given "help": false
|
459
486
|
Given "password": true
|
487
|
+
Value "password": pass
|
460
488
|
Given "username": false
|
461
489
|
Given "terminator": false
|
462
490
|
Given "add": false
|
463
491
|
Given "rm": false
|
464
492
|
Given "commit": true
|
465
|
-
Value "password": pass
|
466
|
-
Value "commit": false
|
467
493
|
Options for: commit
|
468
494
|
Given "help": false
|
469
495
|
Given "quiet": false
|
470
496
|
Given "username": true
|
471
|
-
Given "<default>": true
|
472
497
|
Value "username": user1
|
498
|
+
Given "<default>": true
|
473
499
|
Value "<default>": ["dii", "duu"]
|
500
|
+
---- CMD: como_subcmd_config -p pass commit -u user1 dii duu -h
|
474
501
|
|
475
|
-
|
502
|
+
Additional heading info.
|
476
503
|
|
477
504
|
Subcommand "commit" usage:
|
478
|
-
como_subcmd_config commit [-q] [-u <username>] [<
|
505
|
+
como_subcmd_config commit [-q] [-u <username>] [<default>]
|
479
506
|
|
480
507
|
-q Quiet operation.
|
481
508
|
-u Username.
|
482
|
-
<
|
509
|
+
<default> File(s) to commit.
|
510
|
+
|
511
|
+
|
512
|
+
Additional footer info.
|
483
513
|
|
484
|
-
|
514
|
+
---- CMD: como_subcmd_config -p pass commit -h -u user1 dii duu
|
485
515
|
|
486
|
-
|
516
|
+
Additional heading info.
|
487
517
|
|
488
518
|
Subcommand "commit" usage:
|
489
|
-
como_subcmd_config commit [-q] [-u <username>] [<
|
519
|
+
como_subcmd_config commit [-q] [-u <username>] [<default>]
|
490
520
|
|
491
521
|
-q Quiet operation.
|
492
522
|
-u Username.
|
493
|
-
<
|
523
|
+
<default> File(s) to commit.
|
494
524
|
|
495
|
-
Addition footer info.
|
496
525
|
|
497
|
-
|
526
|
+
Additional footer info.
|
527
|
+
|
528
|
+
---- CMD: como_subcmd_config commit -h -u user1 dii duu
|
529
|
+
|
530
|
+
Additional heading info.
|
498
531
|
|
499
532
|
Subcommand "commit" usage:
|
500
|
-
como_subcmd_config commit [-q] [-u <username>] [<
|
533
|
+
como_subcmd_config commit [-q] [-u <username>] [<default>]
|
501
534
|
|
502
535
|
-q Quiet operation.
|
503
536
|
-u Username.
|
504
|
-
<
|
537
|
+
<default> File(s) to commit.
|
538
|
+
|
539
|
+
|
540
|
+
Additional footer info.
|
505
541
|
|
506
|
-
|
542
|
+
---- CMD: como_subcmd_config commit -u user1 dii duu -h
|
507
543
|
|
508
|
-
|
544
|
+
Additional heading info.
|
509
545
|
|
510
546
|
Subcommand "commit" usage:
|
511
|
-
como_subcmd_config commit [-q] [-u <username>] [<
|
547
|
+
como_subcmd_config commit [-q] [-u <username>] [<default>]
|
512
548
|
|
513
549
|
-q Quiet operation.
|
514
550
|
-u Username.
|
515
|
-
<
|
551
|
+
<default> File(s) to commit.
|
516
552
|
|
517
|
-
|
553
|
+
|
554
|
+
Additional footer info.
|
555
|
+
|
556
|
+
---- CMD: como_subcmd_config -p foo commit foo -- external arguments
|
518
557
|
Options for: como_subcmd_config
|
519
558
|
Given "help": false
|
520
559
|
Given "password": true
|
560
|
+
Value "password": foo
|
521
561
|
Given "username": false
|
522
562
|
Given "terminator": false
|
523
563
|
Given "add": false
|
524
564
|
Given "rm": false
|
525
565
|
Given "commit": true
|
526
|
-
Value "password": foo
|
527
|
-
Value "commit": false
|
528
566
|
Options for: commit
|
529
567
|
Given "help": false
|
530
568
|
Given "quiet": false
|