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
Copy file name to clipboardExpand all lines: src/etc/completions/x.fish
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ complete -c x -n "__fish_x_using_subcommand build" -l llvm-profile-use -d 'use P
97
97
complete-c x -n"__fish_x_using_subcommand build"-l reproducible-artifact -d'Additional reproducible artifacts that should be added to the reproducible artifacts archive'-r
98
98
complete-c x -n"__fish_x_using_subcommand build"-lset-d'override options in bootstrap.toml'-r-f
99
99
complete-c x -n"__fish_x_using_subcommand build"-l ci -d'Make bootstrap to behave as it\'s running on the CI environment or not'-r-f-a"{true\t'',false\t''}"
100
+
complete-c x -n"__fish_x_using_subcommand build"-l timings -d'Pass `--timings` to Cargo to get crate build timings'
100
101
complete-c x -n"__fish_x_using_subcommand build"-s v -l verbose -d'use verbose output (-vv for very verbose)'
101
102
complete-c x -n"__fish_x_using_subcommand build"-s i -l incremental -d'use incremental compilation'
102
103
complete-c x -n"__fish_x_using_subcommand build"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x -n"__fish_x_using_subcommand check"-lset-d'override options in bootstrap.toml'-r-f
134
135
complete-c x -n"__fish_x_using_subcommand check"-l ci -d'Make bootstrap to behave as it\'s running on the CI environment or not'-r-f-a"{true\t'',false\t''}"
135
136
complete-c x -n"__fish_x_using_subcommand check"-l all-targets -d'Check all targets'
137
+
complete-c x -n"__fish_x_using_subcommand check"-l timings -d'Pass `--timings` to Cargo to get crate build timings'
136
138
complete-c x -n"__fish_x_using_subcommand check"-s v -l verbose -d'use verbose output (-vv for very verbose)'
137
139
complete-c x -n"__fish_x_using_subcommand check"-s i -l incremental -d'use incremental compilation'
138
140
complete-c x -n"__fish_x_using_subcommand check"-l include-default-paths -d'include default paths in addition to the provided ones'
[CompletionResult]::new('--reproducible-artifact','--reproducible-artifact', [CompletionResultType]::ParameterName,'Additional reproducible artifacts that should be added to the reproducible artifacts archive')
103
103
[CompletionResult]::new('--set','--set', [CompletionResultType]::ParameterName,'override options in bootstrap.toml')
104
104
[CompletionResult]::new('--ci','--ci', [CompletionResultType]::ParameterName,'Make bootstrap to behave as it''s running on the CI environment or not')
105
+
[CompletionResult]::new('--timings','--timings', [CompletionResultType]::ParameterName,'Pass `--timings` to Cargo to get crate build timings')
105
106
[CompletionResult]::new('-v','-v', [CompletionResultType]::ParameterName,'use verbose output (-vv for very verbose)')
106
107
[CompletionResult]::new('--verbose','--verbose', [CompletionResultType]::ParameterName,'use verbose output (-vv for very verbose)')
complete-c x.py -n"__fish_x.py_using_subcommand build"-l reproducible-artifact -d'Additional reproducible artifacts that should be added to the reproducible artifacts archive'-r
98
98
complete-c x.py -n"__fish_x.py_using_subcommand build"-lset-d'override options in bootstrap.toml'-r-f
99
99
complete-c x.py -n"__fish_x.py_using_subcommand build"-l ci -d'Make bootstrap to behave as it\'s running on the CI environment or not'-r-f-a"{true\t'',false\t''}"
100
+
complete-c x.py -n"__fish_x.py_using_subcommand build"-l timings -d'Pass `--timings` to Cargo to get crate build timings'
100
101
complete-c x.py -n"__fish_x.py_using_subcommand build"-s v -l verbose -d'use verbose output (-vv for very verbose)'
101
102
complete-c x.py -n"__fish_x.py_using_subcommand build"-s i -l incremental -d'use incremental compilation'
102
103
complete-c x.py -n"__fish_x.py_using_subcommand build"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_x.py_using_subcommand check"-lset-d'override options in bootstrap.toml'-r-f
134
135
complete-c x.py -n"__fish_x.py_using_subcommand check"-l ci -d'Make bootstrap to behave as it\'s running on the CI environment or not'-r-f-a"{true\t'',false\t''}"
135
136
complete-c x.py -n"__fish_x.py_using_subcommand check"-l all-targets -d'Check all targets'
137
+
complete-c x.py -n"__fish_x.py_using_subcommand check"-l timings -d'Pass `--timings` to Cargo to get crate build timings'
136
138
complete-c x.py -n"__fish_x.py_using_subcommand check"-s v -l verbose -d'use verbose output (-vv for very verbose)'
137
139
complete-c x.py -n"__fish_x.py_using_subcommand check"-s i -l incremental -d'use incremental compilation'
138
140
complete-c x.py -n"__fish_x.py_using_subcommand check"-l include-default-paths -d'include default paths in addition to the provided ones'
[CompletionResult]::new('--reproducible-artifact','--reproducible-artifact', [CompletionResultType]::ParameterName,'Additional reproducible artifacts that should be added to the reproducible artifacts archive')
103
103
[CompletionResult]::new('--set','--set', [CompletionResultType]::ParameterName,'override options in bootstrap.toml')
104
104
[CompletionResult]::new('--ci','--ci', [CompletionResultType]::ParameterName,'Make bootstrap to behave as it''s running on the CI environment or not')
105
+
[CompletionResult]::new('--timings','--timings', [CompletionResultType]::ParameterName,'Pass `--timings` to Cargo to get crate build timings')
105
106
[CompletionResult]::new('-v','-v', [CompletionResultType]::ParameterName,'use verbose output (-vv for very verbose)')
106
107
[CompletionResult]::new('--verbose','--verbose', [CompletionResultType]::ParameterName,'use verbose output (-vv for very verbose)')
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
91
91
'*--set=[override options in bootstrap.toml]:section.option=value:' \
92
92
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
93
+
'--timings[Pass \`--timings\` to Cargo to get crate build timings]' \
93
94
'*-v[use verbose output (-vv for very verbose)]' \
94
95
'*--verbose[use verbose output (-vv for very verbose)]' \
0 commit comments