@@ -25,6 +25,7 @@ complete -c x.py -n "__fish_use_subcommand" -s v -l verbose -d 'use verbose outp
25
25
complete -c x.py -n " __fish_use_subcommand" -s i -l incremental -d ' use incremental compilation'
26
26
complete -c x.py -n " __fish_use_subcommand" -l include-default-paths -d ' include default paths in addition to the provided ones'
27
27
complete -c x.py -n " __fish_use_subcommand" -l dry-run -d ' dry run; don\' t build anything'
28
+ complete -c x.py -n " __fish_use_subcommand" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
28
29
complete -c x.py -n " __fish_use_subcommand" -l json-output -d ' use message-format=json'
29
30
complete -c x.py -n " __fish_use_subcommand" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
30
31
complete -c x.py -n " __fish_use_subcommand" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -71,6 +72,7 @@ complete -c x.py -n "__fish_seen_subcommand_from build" -s v -l verbose -d 'use
71
72
complete -c x.py -n " __fish_seen_subcommand_from build" -s i -l incremental -d ' use incremental compilation'
72
73
complete -c x.py -n " __fish_seen_subcommand_from build" -l include-default-paths -d ' include default paths in addition to the provided ones'
73
74
complete -c x.py -n " __fish_seen_subcommand_from build" -l dry-run -d ' dry run; don\' t build anything'
75
+ complete -c x.py -n " __fish_seen_subcommand_from build" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
74
76
complete -c x.py -n " __fish_seen_subcommand_from build" -l json-output -d ' use message-format=json'
75
77
complete -c x.py -n " __fish_seen_subcommand_from build" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
76
78
complete -c x.py -n " __fish_seen_subcommand_from build" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -104,6 +106,7 @@ complete -c x.py -n "__fish_seen_subcommand_from check" -s v -l verbose -d 'use
104
106
complete -c x.py -n " __fish_seen_subcommand_from check" -s i -l incremental -d ' use incremental compilation'
105
107
complete -c x.py -n " __fish_seen_subcommand_from check" -l include-default-paths -d ' include default paths in addition to the provided ones'
106
108
complete -c x.py -n " __fish_seen_subcommand_from check" -l dry-run -d ' dry run; don\' t build anything'
109
+ complete -c x.py -n " __fish_seen_subcommand_from check" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
107
110
complete -c x.py -n " __fish_seen_subcommand_from check" -l json-output -d ' use message-format=json'
108
111
complete -c x.py -n " __fish_seen_subcommand_from check" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
109
112
complete -c x.py -n " __fish_seen_subcommand_from check" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -141,6 +144,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clippy" -s v -l verbose -d 'use
141
144
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s i -l incremental -d ' use incremental compilation'
142
145
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l include-default-paths -d ' include default paths in addition to the provided ones'
143
146
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l dry-run -d ' dry run; don\' t build anything'
147
+ complete -c x.py -n " __fish_seen_subcommand_from clippy" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
144
148
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l json-output -d ' use message-format=json'
145
149
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
146
150
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -173,6 +177,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -s v -l verbose -d 'use ve
173
177
complete -c x.py -n " __fish_seen_subcommand_from fix" -s i -l incremental -d ' use incremental compilation'
174
178
complete -c x.py -n " __fish_seen_subcommand_from fix" -l include-default-paths -d ' include default paths in addition to the provided ones'
175
179
complete -c x.py -n " __fish_seen_subcommand_from fix" -l dry-run -d ' dry run; don\' t build anything'
180
+ complete -c x.py -n " __fish_seen_subcommand_from fix" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
176
181
complete -c x.py -n " __fish_seen_subcommand_from fix" -l json-output -d ' use message-format=json'
177
182
complete -c x.py -n " __fish_seen_subcommand_from fix" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
178
183
complete -c x.py -n " __fish_seen_subcommand_from fix" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -206,6 +211,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -s v -l verbose -d 'use ve
206
211
complete -c x.py -n " __fish_seen_subcommand_from fmt" -s i -l incremental -d ' use incremental compilation'
207
212
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l include-default-paths -d ' include default paths in addition to the provided ones'
208
213
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l dry-run -d ' dry run; don\' t build anything'
214
+ complete -c x.py -n " __fish_seen_subcommand_from fmt" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
209
215
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l json-output -d ' use message-format=json'
210
216
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
211
217
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -240,6 +246,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -s v -l verbose -d 'use ve
240
246
complete -c x.py -n " __fish_seen_subcommand_from doc" -s i -l incremental -d ' use incremental compilation'
241
247
complete -c x.py -n " __fish_seen_subcommand_from doc" -l include-default-paths -d ' include default paths in addition to the provided ones'
242
248
complete -c x.py -n " __fish_seen_subcommand_from doc" -l dry-run -d ' dry run; don\' t build anything'
249
+ complete -c x.py -n " __fish_seen_subcommand_from doc" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
243
250
complete -c x.py -n " __fish_seen_subcommand_from doc" -l json-output -d ' use message-format=json'
244
251
complete -c x.py -n " __fish_seen_subcommand_from doc" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
245
252
complete -c x.py -n " __fish_seen_subcommand_from doc" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -285,6 +292,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -s v -l verbose -d 'use v
285
292
complete -c x.py -n " __fish_seen_subcommand_from test" -s i -l incremental -d ' use incremental compilation'
286
293
complete -c x.py -n " __fish_seen_subcommand_from test" -l include-default-paths -d ' include default paths in addition to the provided ones'
287
294
complete -c x.py -n " __fish_seen_subcommand_from test" -l dry-run -d ' dry run; don\' t build anything'
295
+ complete -c x.py -n " __fish_seen_subcommand_from test" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
288
296
complete -c x.py -n " __fish_seen_subcommand_from test" -l json-output -d ' use message-format=json'
289
297
complete -c x.py -n " __fish_seen_subcommand_from test" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
290
298
complete -c x.py -n " __fish_seen_subcommand_from test" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -318,6 +326,7 @@ complete -c x.py -n "__fish_seen_subcommand_from bench" -s v -l verbose -d 'use
318
326
complete -c x.py -n " __fish_seen_subcommand_from bench" -s i -l incremental -d ' use incremental compilation'
319
327
complete -c x.py -n " __fish_seen_subcommand_from bench" -l include-default-paths -d ' include default paths in addition to the provided ones'
320
328
complete -c x.py -n " __fish_seen_subcommand_from bench" -l dry-run -d ' dry run; don\' t build anything'
329
+ complete -c x.py -n " __fish_seen_subcommand_from bench" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
321
330
complete -c x.py -n " __fish_seen_subcommand_from bench" -l json-output -d ' use message-format=json'
322
331
complete -c x.py -n " __fish_seen_subcommand_from bench" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
323
332
complete -c x.py -n " __fish_seen_subcommand_from bench" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -351,6 +360,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clean" -s v -l verbose -d 'use
351
360
complete -c x.py -n " __fish_seen_subcommand_from clean" -s i -l incremental -d ' use incremental compilation'
352
361
complete -c x.py -n " __fish_seen_subcommand_from clean" -l include-default-paths -d ' include default paths in addition to the provided ones'
353
362
complete -c x.py -n " __fish_seen_subcommand_from clean" -l dry-run -d ' dry run; don\' t build anything'
363
+ complete -c x.py -n " __fish_seen_subcommand_from clean" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
354
364
complete -c x.py -n " __fish_seen_subcommand_from clean" -l json-output -d ' use message-format=json'
355
365
complete -c x.py -n " __fish_seen_subcommand_from clean" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
356
366
complete -c x.py -n " __fish_seen_subcommand_from clean" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -383,6 +393,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -s v -l verbose -d 'use v
383
393
complete -c x.py -n " __fish_seen_subcommand_from dist" -s i -l incremental -d ' use incremental compilation'
384
394
complete -c x.py -n " __fish_seen_subcommand_from dist" -l include-default-paths -d ' include default paths in addition to the provided ones'
385
395
complete -c x.py -n " __fish_seen_subcommand_from dist" -l dry-run -d ' dry run; don\' t build anything'
396
+ complete -c x.py -n " __fish_seen_subcommand_from dist" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
386
397
complete -c x.py -n " __fish_seen_subcommand_from dist" -l json-output -d ' use message-format=json'
387
398
complete -c x.py -n " __fish_seen_subcommand_from dist" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
388
399
complete -c x.py -n " __fish_seen_subcommand_from dist" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -415,6 +426,7 @@ complete -c x.py -n "__fish_seen_subcommand_from install" -s v -l verbose -d 'us
415
426
complete -c x.py -n " __fish_seen_subcommand_from install" -s i -l incremental -d ' use incremental compilation'
416
427
complete -c x.py -n " __fish_seen_subcommand_from install" -l include-default-paths -d ' include default paths in addition to the provided ones'
417
428
complete -c x.py -n " __fish_seen_subcommand_from install" -l dry-run -d ' dry run; don\' t build anything'
429
+ complete -c x.py -n " __fish_seen_subcommand_from install" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
418
430
complete -c x.py -n " __fish_seen_subcommand_from install" -l json-output -d ' use message-format=json'
419
431
complete -c x.py -n " __fish_seen_subcommand_from install" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
420
432
complete -c x.py -n " __fish_seen_subcommand_from install" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -448,6 +460,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -s v -l verbose -d 'use ve
448
460
complete -c x.py -n " __fish_seen_subcommand_from run" -s i -l incremental -d ' use incremental compilation'
449
461
complete -c x.py -n " __fish_seen_subcommand_from run" -l include-default-paths -d ' include default paths in addition to the provided ones'
450
462
complete -c x.py -n " __fish_seen_subcommand_from run" -l dry-run -d ' dry run; don\' t build anything'
463
+ complete -c x.py -n " __fish_seen_subcommand_from run" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
451
464
complete -c x.py -n " __fish_seen_subcommand_from run" -l json-output -d ' use message-format=json'
452
465
complete -c x.py -n " __fish_seen_subcommand_from run" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
453
466
complete -c x.py -n " __fish_seen_subcommand_from run" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -480,6 +493,7 @@ complete -c x.py -n "__fish_seen_subcommand_from setup" -s v -l verbose -d 'use
480
493
complete -c x.py -n " __fish_seen_subcommand_from setup" -s i -l incremental -d ' use incremental compilation'
481
494
complete -c x.py -n " __fish_seen_subcommand_from setup" -l include-default-paths -d ' include default paths in addition to the provided ones'
482
495
complete -c x.py -n " __fish_seen_subcommand_from setup" -l dry-run -d ' dry run; don\' t build anything'
496
+ complete -c x.py -n " __fish_seen_subcommand_from setup" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
483
497
complete -c x.py -n " __fish_seen_subcommand_from setup" -l json-output -d ' use message-format=json'
484
498
complete -c x.py -n " __fish_seen_subcommand_from setup" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
485
499
complete -c x.py -n " __fish_seen_subcommand_from setup" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -513,6 +527,7 @@ complete -c x.py -n "__fish_seen_subcommand_from suggest" -s v -l verbose -d 'us
513
527
complete -c x.py -n " __fish_seen_subcommand_from suggest" -s i -l incremental -d ' use incremental compilation'
514
528
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l include-default-paths -d ' include default paths in addition to the provided ones'
515
529
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l dry-run -d ' dry run; don\' t build anything'
530
+ complete -c x.py -n " __fish_seen_subcommand_from suggest" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
516
531
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l json-output -d ' use message-format=json'
517
532
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
518
533
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l enable-bolt-settings -d ' Enable BOLT link flags'
0 commit comments