@@ -59,7 +59,7 @@ final class ParsedArgumentsTests: XCTestCase {
59
59
) ,
60
60
[
61
61
" convert " ,
62
- " --index " ,
62
+ " --emit-lmdb- index " ,
63
63
" --fallback-display-name " , " MyTarget " ,
64
64
" --fallback-bundle-identifier " , " MyTarget " ,
65
65
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -78,7 +78,7 @@ final class ParsedArgumentsTests: XCTestCase {
78
78
) ,
79
79
[
80
80
" preview " ,
81
- " --index " ,
81
+ " --emit-lmdb- index " ,
82
82
" --fallback-display-name " , " MyTarget " ,
83
83
" --fallback-bundle-identifier " , " MyTarget " ,
84
84
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -98,7 +98,7 @@ final class ParsedArgumentsTests: XCTestCase {
98
98
[
99
99
" convert " ,
100
100
" /my/catalog.docc " ,
101
- " --index " ,
101
+ " --emit-lmdb- index " ,
102
102
" --fallback-display-name " , " MyTarget " ,
103
103
" --fallback-bundle-identifier " , " MyTarget " ,
104
104
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -124,7 +124,7 @@ final class ParsedArgumentsTests: XCTestCase {
124
124
[
125
125
" convert " ,
126
126
" --fallback-display-name " , " custom-display-name " ,
127
- " --index " ,
127
+ " --emit-lmdb- index " ,
128
128
" --fallback-bundle-identifier " , " MyTarget " ,
129
129
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
130
130
" --output-path " , " /my/output-path "
@@ -147,7 +147,7 @@ final class ParsedArgumentsTests: XCTestCase {
147
147
[
148
148
" convert " ,
149
149
" --fallback-bundle-identifier " , " custom-bundle-identifier " ,
150
- " --index " ,
150
+ " --emit-lmdb- index " ,
151
151
" --fallback-display-name " , " MyTarget " ,
152
152
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
153
153
" --output-path " , " /my/output-path "
@@ -170,7 +170,7 @@ final class ParsedArgumentsTests: XCTestCase {
170
170
[
171
171
" convert " ,
172
172
" --additional-symbol-graph-dir " , " /my/custom/symbol-graph " ,
173
- " --index " ,
173
+ " --emit-lmdb- index " ,
174
174
" --fallback-display-name " , " MyTarget " ,
175
175
" --fallback-bundle-identifier " , " MyTarget " ,
176
176
" --output-path " , " /my/output-path " ,
@@ -193,7 +193,7 @@ final class ParsedArgumentsTests: XCTestCase {
193
193
[
194
194
" convert " ,
195
195
" --output-path " , " /my/custom/output-path " ,
196
- " --index " ,
196
+ " --emit-lmdb- index " ,
197
197
" --fallback-display-name " , " MyTarget " ,
198
198
" --fallback-bundle-identifier " , " MyTarget " ,
199
199
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -222,7 +222,7 @@ final class ParsedArgumentsTests: XCTestCase {
222
222
" convert " ,
223
223
" --fallback-display-name " , " custom-display-name " ,
224
224
" --fallback-bundle-identifier " , " custom-bundle-identifier " ,
225
- " --index " ,
225
+ " --emit-lmdb- index " ,
226
226
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
227
227
" --output-path " , " /my/output-path " ,
228
228
]
@@ -252,7 +252,7 @@ final class ParsedArgumentsTests: XCTestCase {
252
252
" --fallback-bundle-identifier " , " custom-bundle-identifier " ,
253
253
" --additional-symbol-graph-dir " , " /my/custom/symbol-graph " ,
254
254
" --output-path " , " /my/custom/output-path " ,
255
- " --index " ,
255
+ " --emit-lmdb- index " ,
256
256
]
257
257
)
258
258
}
@@ -349,7 +349,7 @@ final class ParsedArgumentsTests: XCTestCase {
349
349
" convert " ,
350
350
" /my/catalog.docc " ,
351
351
" --transform-for-static-hosting " ,
352
- " --index " ,
352
+ " --emit-lmdb- index " ,
353
353
" --fallback-display-name " , " MyTarget " ,
354
354
" --fallback-bundle-identifier " , " MyTarget " ,
355
355
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -384,7 +384,7 @@ final class ParsedArgumentsTests: XCTestCase {
384
384
" --analyze " ,
385
385
" --fallback-display-name " , " custom-display-name " ,
386
386
" --output-path " , " /my/custom/output-path " ,
387
- " --index " ,
387
+ " --emit-lmdb- index " ,
388
388
" --fallback-bundle-identifier " , " MyTarget " ,
389
389
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
390
390
]
@@ -408,7 +408,7 @@ final class ParsedArgumentsTests: XCTestCase {
408
408
[
409
409
" convert " ,
410
410
" /my/catalog.docc " ,
411
- " --index " ,
411
+ " --emit-lmdb- index " ,
412
412
" --fallback-display-name " , " MyTarget " ,
413
413
" --fallback-bundle-identifier " , " MyTarget " ,
414
414
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
@@ -434,7 +434,7 @@ final class ParsedArgumentsTests: XCTestCase {
434
434
" convert " ,
435
435
" /my/catalog.docc " ,
436
436
" --fallback-default-module-kind " , " Executable " ,
437
- " --index " ,
437
+ " --emit-lmdb- index " ,
438
438
" --fallback-display-name " , " MyTarget " ,
439
439
" --fallback-bundle-identifier " , " MyTarget " ,
440
440
" --additional-symbol-graph-dir " , " /my/symbol-graph " ,
0 commit comments