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_seen_subcommand_from bench"-s h -lhelp-d'Print help'
308
+
complete-c x.py -n"__fish_seen_subcommand_from clean"-l stage -d'Clean a specific stage without touching other artifacts. By default, every stage is cleaned if this option is not used'-r
308
309
complete-c x.py -n"__fish_seen_subcommand_from clean"-l config -d'TOML configuration file for build'-r-F
complete-c x.py -n"__fish_seen_subcommand_from clean"-l on-fail -d'command to run on failure'-r-f-a"(__fish_complete_command)"
316
-
complete-c x.py -n"__fish_seen_subcommand_from clean"-l stage -d'stage to build (indicates compiler to use/test, e.g., stage 0 uses the bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)'-r-f
317
317
complete-c x.py -n"__fish_seen_subcommand_from clean"-l keep-stage -d'stage(s) to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)'-r-f
318
318
complete-c x.py -n"__fish_seen_subcommand_from clean"-l keep-stage-std -d'stage(s) of the standard library to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)'-r-f
319
319
complete-c x.py -n"__fish_seen_subcommand_from clean"-l src -d'path to the root of the rust checkout'-r-f-a"(__fish_complete_directories)"
[CompletionResult]::new('--stage','stage', [CompletionResultType]::ParameterName,'Clean a specific stage without touching other artifacts. By default, every stage is cleaned if this option is not used')
394
395
[CompletionResult]::new('--config','config', [CompletionResultType]::ParameterName,'TOML configuration file for build')
395
396
[CompletionResult]::new('--build-dir','build-dir', [CompletionResultType]::ParameterName,'Build directory, overrides `build.build-dir` in `config.toml`')
396
397
[CompletionResult]::new('--build','build', [CompletionResultType]::ParameterName,'build target of the stage0 compiler')
[CompletionResult]::new('--on-fail','on-fail', [CompletionResultType]::ParameterName,'command to run on failure')
402
-
[CompletionResult]::new('--stage','stage', [CompletionResultType]::ParameterName,'stage to build (indicates compiler to use/test, e.g., stage 0 uses the bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)')
403
403
[CompletionResult]::new('--keep-stage','keep-stage', [CompletionResultType]::ParameterName,'stage(s) to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)')
404
404
[CompletionResult]::new('--keep-stage-std','keep-stage-std', [CompletionResultType]::ParameterName,'stage(s) of the standard library to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)')
405
405
[CompletionResult]::new('--src','src', [CompletionResultType]::ParameterName,'path to the root of the rust checkout')
0 commit comments