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 doc"-s h -lhelp-d'Print help (see more with \'--help\')'
268
268
complete-c x.py -n"__fish_seen_subcommand_from test"-ltest-args -d'extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)'-r
269
-
complete-c x.py -n"__fish_seen_subcommand_from test"-l rustc-args -d'extra options to pass the compiler when running compiletest tests'-r
269
+
complete-c x.py -n"__fish_seen_subcommand_from test"-lcompiletest-rustc-args -d'extra options to pass the compiler when running compiletest tests'-r
270
270
complete-c x.py -n"__fish_seen_subcommand_from test"-l extra-checks -d'comma-separated list of other files types to check (accepts py, py:lint, py:fmt, shell)'-r
271
271
complete-c x.py -n"__fish_seen_subcommand_from test"-l compare-mode -d'mode describing what file the actual ui output will be compared to'-r
272
272
complete-c x.py -n"__fish_seen_subcommand_from test"-l pass -d'force {check,build,run}-pass tests to this mode'-r
complete-c x.py -n"__fish_seen_subcommand_from test"-s h -lhelp-d'Print help (see more with \'--help\')'
315
315
complete-c x.py -n"__fish_seen_subcommand_from miri"-ltest-args -d'extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)'-r
316
-
complete-c x.py -n"__fish_seen_subcommand_from miri"-l rustc-args -d'extra options to pass the compiler when running tests'-r
317
316
complete-c x.py -n"__fish_seen_subcommand_from miri"-l config -d'TOML configuration file for build'-r-F
[CompletionResult]::new('--test-args','test-args', [CompletionResultType]::ParameterName,'extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)')
341
-
[CompletionResult]::new('--rustc-args','rustc-args', [CompletionResultType]::ParameterName,'extra options to pass the compiler when running compiletest tests')
341
+
[CompletionResult]::new('--compiletest-rustc-args','compiletest-rustc-args', [CompletionResultType]::ParameterName,'extra options to pass the compiler when running compiletest tests')
342
342
[CompletionResult]::new('--extra-checks','extra-checks', [CompletionResultType]::ParameterName,'comma-separated list of other files types to check (accepts py, py:lint, py:fmt, shell)')
343
343
[CompletionResult]::new('--compare-mode','compare-mode', [CompletionResultType]::ParameterName,'mode describing what file the actual ui output will be compared to')
344
344
[CompletionResult]::new('--pass','pass', [CompletionResultType]::ParameterName,'force {check,build,run}-pass tests to this mode')
[CompletionResult]::new('--test-args','test-args', [CompletionResultType]::ParameterName,'extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)')
395
-
[CompletionResult]::new('--rustc-args','rustc-args', [CompletionResultType]::ParameterName,'extra options to pass the compiler when running tests')
396
395
[CompletionResult]::new('--config','config', [CompletionResultType]::ParameterName,'TOML configuration file for build')
397
396
[CompletionResult]::new('--build-dir','build-dir', [CompletionResultType]::ParameterName,'Build directory, overrides `build.build-dir` in `config.toml`')
398
397
[CompletionResult]::new('--build','build', [CompletionResultType]::ParameterName,'build target of the stage0 compiler')
0 commit comments