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
[CompletionResult]::new('--compare-mode','--compare-mode', [CompletionResultType]::ParameterName,'mode describing what file the actual ui output will be compared to')
350
350
[CompletionResult]::new('--pass','--pass', [CompletionResultType]::ParameterName,'force {check,build,run}-pass tests to this mode')
351
351
[CompletionResult]::new('--run','--run', [CompletionResultType]::ParameterName,'whether to execute run-* tests')
352
+
[CompletionResult]::new('--test-codegen-backend','--test-codegen-backend', [CompletionResultType]::ParameterName,'Use a different codegen backend when running tests')
352
353
[CompletionResult]::new('--config','--config', [CompletionResultType]::ParameterName,'TOML configuration file for build')
353
354
[CompletionResult]::new('--build-dir','--build-dir', [CompletionResultType]::ParameterName,'Build directory, overrides `build.build-dir` in `bootstrap.toml`')
354
355
[CompletionResult]::new('--build','--build', [CompletionResultType]::ParameterName,'host target of the stage0 compiler')
0 commit comments