You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-c x.py -n"__fish_use_subcommand"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
30
31
complete-c x.py -n"__fish_use_subcommand"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from build"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
77
79
complete-c x.py -n"__fish_seen_subcommand_from build"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from check"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
111
114
complete-c x.py -n"__fish_seen_subcommand_from check"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from clippy"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
149
153
complete-c x.py -n"__fish_seen_subcommand_from clippy"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -177,6 +181,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -s v -l verbose -d 'use ve
177
181
complete-c x.py -n"__fish_seen_subcommand_from fix"-s i -l incremental -d'use incremental compilation'
178
182
complete-c x.py -n"__fish_seen_subcommand_from fix"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from fix"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
182
187
complete-c x.py -n"__fish_seen_subcommand_from fix"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -211,6 +216,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -s v -l verbose -d 'use ve
211
216
complete-c x.py -n"__fish_seen_subcommand_from fmt"-s i -l incremental -d'use incremental compilation'
212
217
complete-c x.py -n"__fish_seen_subcommand_from fmt"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from fmt"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
216
222
complete-c x.py -n"__fish_seen_subcommand_from fmt"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -246,6 +252,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -s v -l verbose -d 'use ve
246
252
complete-c x.py -n"__fish_seen_subcommand_from doc"-s i -l incremental -d'use incremental compilation'
247
253
complete-c x.py -n"__fish_seen_subcommand_from doc"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from doc"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
251
258
complete-c x.py -n"__fish_seen_subcommand_from doc"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -292,6 +299,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -s v -l verbose -d 'use v
292
299
complete-c x.py -n"__fish_seen_subcommand_from test"-s i -l incremental -d'use incremental compilation'
293
300
complete-c x.py -n"__fish_seen_subcommand_from test"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from test"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
297
305
complete-c x.py -n"__fish_seen_subcommand_from test"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from bench"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
331
340
complete-c x.py -n"__fish_seen_subcommand_from bench"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from clean"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
365
375
complete-c x.py -n"__fish_seen_subcommand_from clean"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -393,6 +403,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -s v -l verbose -d 'use v
393
403
complete-c x.py -n"__fish_seen_subcommand_from dist"-s i -l incremental -d'use incremental compilation'
394
404
complete-c x.py -n"__fish_seen_subcommand_from dist"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from dist"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
398
409
complete-c x.py -n"__fish_seen_subcommand_from dist"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from install"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
431
443
complete-c x.py -n"__fish_seen_subcommand_from install"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
@@ -460,6 +472,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -s v -l verbose -d 'use ve
460
472
complete-c x.py -n"__fish_seen_subcommand_from run"-s i -l incremental -d'use incremental compilation'
461
473
complete-c x.py -n"__fish_seen_subcommand_from run"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from run"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
465
478
complete-c x.py -n"__fish_seen_subcommand_from run"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from setup"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
498
512
complete-c x.py -n"__fish_seen_subcommand_from setup"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
complete-c x.py -n"__fish_seen_subcommand_from suggest"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
532
547
complete-c x.py -n"__fish_seen_subcommand_from suggest"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
0 commit comments