Skip to content

Commit b5eaeaf

Browse files
committed
update completion files
Signed-off-by: onur-ozkan <[email protected]>
1 parent b126655 commit b5eaeaf

File tree

8 files changed

+370
-48
lines changed

8 files changed

+370
-48
lines changed

src/etc/completions/x.fish

+24-1
Large diffs are not rendered by default.

src/etc/completions/x.ps1

+23
Large diffs are not rendered by default.

src/etc/completions/x.py.fish

+24-1
Large diffs are not rendered by default.

src/etc/completions/x.py.ps1

+23
Large diffs are not rendered by default.

src/etc/completions/x.py.sh

+115-23
Large diffs are not rendered by default.

src/etc/completions/x.py.zsh

+23
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ _x.py() {
3838
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
3939
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
4040
'*--set=[override options in bootstrap.toml]:section.option=value:' \
41+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
4142
'*-v[use verbose output (-vv for very verbose)]' \
4243
'*--verbose[use verbose output (-vv for very verbose)]' \
4344
'-i[use incremental compilation]' \
@@ -88,6 +89,7 @@ _arguments "${_arguments_options[@]}" : \
8889
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
8990
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
9091
'*--set=[override options in bootstrap.toml]:section.option=value:' \
92+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
9193
'*-v[use verbose output (-vv for very verbose)]' \
9294
'*--verbose[use verbose output (-vv for very verbose)]' \
9395
'-i[use incremental compilation]' \
@@ -130,6 +132,7 @@ _arguments "${_arguments_options[@]}" : \
130132
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
131133
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
132134
'*--set=[override options in bootstrap.toml]:section.option=value:' \
135+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
133136
'--all-targets[Check all targets]' \
134137
'*-v[use verbose output (-vv for very verbose)]' \
135138
'*--verbose[use verbose output (-vv for very verbose)]' \
@@ -177,6 +180,7 @@ _arguments "${_arguments_options[@]}" : \
177180
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
178181
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
179182
'*--set=[override options in bootstrap.toml]:section.option=value:' \
183+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
180184
'--fix[]' \
181185
'--allow-dirty[]' \
182186
'--allow-staged[]' \
@@ -222,6 +226,7 @@ _arguments "${_arguments_options[@]}" : \
222226
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
223227
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
224228
'*--set=[override options in bootstrap.toml]:section.option=value:' \
229+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
225230
'*-v[use verbose output (-vv for very verbose)]' \
226231
'*--verbose[use verbose output (-vv for very verbose)]' \
227232
'-i[use incremental compilation]' \
@@ -264,6 +269,7 @@ _arguments "${_arguments_options[@]}" : \
264269
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
265270
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
266271
'*--set=[override options in bootstrap.toml]:section.option=value:' \
272+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
267273
'--check[check formatting instead of applying]' \
268274
'--all[apply to all appropriate files, not just those that have been modified]' \
269275
'*-v[use verbose output (-vv for very verbose)]' \
@@ -308,6 +314,7 @@ _arguments "${_arguments_options[@]}" : \
308314
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
309315
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
310316
'*--set=[override options in bootstrap.toml]:section.option=value:' \
317+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
311318
'--open[open the docs in a browser]' \
312319
'--json[render the documentation in JSON format in addition to the usual HTML format]' \
313320
'*-v[use verbose output (-vv for very verbose)]' \
@@ -358,6 +365,7 @@ _arguments "${_arguments_options[@]}" : \
358365
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
359366
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
360367
'*--set=[override options in bootstrap.toml]:section.option=value:' \
368+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
361369
'--no-fail-fast[run all tests regardless of failure]' \
362370
'--no-doc[do not run doc tests]' \
363371
'--doc[only run doc tests]' \
@@ -409,6 +417,7 @@ _arguments "${_arguments_options[@]}" : \
409417
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
410418
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
411419
'*--set=[override options in bootstrap.toml]:section.option=value:' \
420+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
412421
'--no-fail-fast[run all tests regardless of failure]' \
413422
'--no-doc[do not run doc tests]' \
414423
'--doc[only run doc tests]' \
@@ -455,6 +464,7 @@ _arguments "${_arguments_options[@]}" : \
455464
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
456465
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
457466
'*--set=[override options in bootstrap.toml]:section.option=value:' \
467+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
458468
'*-v[use verbose output (-vv for very verbose)]' \
459469
'*--verbose[use verbose output (-vv for very verbose)]' \
460470
'-i[use incremental compilation]' \
@@ -497,6 +507,7 @@ _arguments "${_arguments_options[@]}" : \
497507
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
498508
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
499509
'*--set=[override options in bootstrap.toml]:section.option=value:' \
510+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
500511
'--all[Clean the entire build directory (not used by default)]' \
501512
'*-v[use verbose output (-vv for very verbose)]' \
502513
'*--verbose[use verbose output (-vv for very verbose)]' \
@@ -540,6 +551,7 @@ _arguments "${_arguments_options[@]}" : \
540551
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
541552
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
542553
'*--set=[override options in bootstrap.toml]:section.option=value:' \
554+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
543555
'*-v[use verbose output (-vv for very verbose)]' \
544556
'*--verbose[use verbose output (-vv for very verbose)]' \
545557
'-i[use incremental compilation]' \
@@ -582,6 +594,7 @@ _arguments "${_arguments_options[@]}" : \
582594
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
583595
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
584596
'*--set=[override options in bootstrap.toml]:section.option=value:' \
597+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
585598
'*-v[use verbose output (-vv for very verbose)]' \
586599
'*--verbose[use verbose output (-vv for very verbose)]' \
587600
'-i[use incremental compilation]' \
@@ -625,6 +638,7 @@ _arguments "${_arguments_options[@]}" : \
625638
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
626639
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
627640
'*--set=[override options in bootstrap.toml]:section.option=value:' \
641+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
628642
'*-v[use verbose output (-vv for very verbose)]' \
629643
'*--verbose[use verbose output (-vv for very verbose)]' \
630644
'-i[use incremental compilation]' \
@@ -667,6 +681,7 @@ _arguments "${_arguments_options[@]}" : \
667681
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
668682
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
669683
'*--set=[override options in bootstrap.toml]:section.option=value:' \
684+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
670685
'*-v[use verbose output (-vv for very verbose)]' \
671686
'*--verbose[use verbose output (-vv for very verbose)]' \
672687
'-i[use incremental compilation]' \
@@ -710,6 +725,7 @@ _arguments "${_arguments_options[@]}" : \
710725
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
711726
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
712727
'*--set=[override options in bootstrap.toml]:section.option=value:' \
728+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
713729
'--run[run suggested tests]' \
714730
'*-v[use verbose output (-vv for very verbose)]' \
715731
'*--verbose[use verbose output (-vv for very verbose)]' \
@@ -754,6 +770,7 @@ _arguments "${_arguments_options[@]}" : \
754770
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
755771
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
756772
'*--set=[override options in bootstrap.toml]:section.option=value:' \
773+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
757774
'--versioned-dirs[Always include version in subdir name]' \
758775
'*-v[use verbose output (-vv for very verbose)]' \
759776
'*--verbose[use verbose output (-vv for very verbose)]' \
@@ -797,6 +814,7 @@ _arguments "${_arguments_options[@]}" : \
797814
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
798815
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
799816
'*--set=[override options in bootstrap.toml]:section.option=value:' \
817+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
800818
'*-v[use verbose output (-vv for very verbose)]' \
801819
'*--verbose[use verbose output (-vv for very verbose)]' \
802820
'-i[use incremental compilation]' \
@@ -851,6 +869,7 @@ _arguments "${_arguments_options[@]}" : \
851869
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
852870
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
853871
'*--set=[override options in bootstrap.toml]:section.option=value:' \
872+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
854873
'*-v[use verbose output (-vv for very verbose)]' \
855874
'*--verbose[use verbose output (-vv for very verbose)]' \
856875
'-i[use incremental compilation]' \
@@ -896,6 +915,7 @@ _arguments "${_arguments_options[@]}" : \
896915
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
897916
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
898917
'*--set=[override options in bootstrap.toml]:section.option=value:' \
918+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
899919
'*-v[use verbose output (-vv for very verbose)]' \
900920
'*--verbose[use verbose output (-vv for very verbose)]' \
901921
'-i[use incremental compilation]' \
@@ -941,6 +961,7 @@ _arguments "${_arguments_options[@]}" : \
941961
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
942962
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
943963
'*--set=[override options in bootstrap.toml]:section.option=value:' \
964+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
944965
'*-v[use verbose output (-vv for very verbose)]' \
945966
'*--verbose[use verbose output (-vv for very verbose)]' \
946967
'-i[use incremental compilation]' \
@@ -986,6 +1007,7 @@ _arguments "${_arguments_options[@]}" : \
9861007
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
9871008
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
9881009
'*--set=[override options in bootstrap.toml]:section.option=value:' \
1010+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
9891011
'*-v[use verbose output (-vv for very verbose)]' \
9901012
'*--verbose[use verbose output (-vv for very verbose)]' \
9911013
'-i[use incremental compilation]' \
@@ -1029,6 +1051,7 @@ _arguments "${_arguments_options[@]}" : \
10291051
'--llvm-profile-use=[use PGO profile for LLVM build]:PROFILE:_files' \
10301052
'*--reproducible-artifact=[Additional reproducible artifacts that should be added to the reproducible artifacts archive]:REPRODUCIBLE_ARTIFACT:_default' \
10311053
'*--set=[override options in bootstrap.toml]:section.option=value:' \
1054+
'--ci=[Make bootstrap to behave as it'\''s running on the CI environment or not]:bool:(true false)' \
10321055
'*-v[use verbose output (-vv for very verbose)]' \
10331056
'*--verbose[use verbose output (-vv for very verbose)]' \
10341057
'-i[use incremental compilation]' \

0 commit comments

Comments
 (0)