Skip to content

Commit 9692b7e

Browse files
committed
fix upstream-pull conflicts
1 parent 5280890 commit 9692b7e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

src/etc/completions/x.py.sh

+3-15
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ _x.py() {
6464

6565
case "${cmd}" in
6666
x.py)
67-
<<<<<<< HEAD
68-
opts="-v -i -j -h --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --reproducible-artifact --set --help [PATHS]... [ARGS]... build check clippy fix fmt doc test bench clean dist install run setup suggest sign"
69-
=======
70-
opts="-v -i -j -h --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]... build check clippy fix fmt doc test bench clean dist install run setup suggest"
71-
>>>>>>> pull-upstream-temp--do-not-use-for-real-code
67+
opts="-v -i -j -h --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]... build check clippy fix fmt doc test bench clean dist install run setup suggest sign"
7268
if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
7369
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
7470
return 0
@@ -858,11 +854,7 @@ _x.py() {
858854
return 0
859855
;;
860856
x.py__doc)
861-
<<<<<<< HEAD
862-
opts="-v -i -j -h --open --serve --json --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --reproducible-artifact --set --help [PATHS]... [ARGS]..."
863-
=======
864-
opts="-v -i -j -h --open --json --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]..."
865-
>>>>>>> pull-upstream-temp--do-not-use-for-real-code
857+
opts="-v -i -j -h --open --serve --json --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]..."
866858
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
867859
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
868860
return 0
@@ -1302,11 +1294,7 @@ _x.py() {
13021294
return 0
13031295
;;
13041296
x.py__run)
1305-
<<<<<<< HEAD
1306-
opts="-v -i -j -h --args --bless --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --reproducible-artifact --set --help [PATHS]... [ARGS]..."
1307-
=======
1308-
opts="-v -i -j -h --args --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]..."
1309-
>>>>>>> pull-upstream-temp--do-not-use-for-real-code
1297+
opts="-v -i -j -h --args --bless --verbose --incremental --config --build-dir --build --host --target --exclude --skip --include-default-paths --rustc-error-format --on-fail --dry-run --stage --keep-stage --keep-stage-std --src --jobs --warnings --error-format --json-output --color --llvm-skip-rebuild --rust-profile-generate --rust-profile-use --llvm-profile-use --llvm-profile-generate --enable-bolt-settings --skip-stage0-validation --reproducible-artifact --set --help [PATHS]... [ARGS]..."
13101298
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
13111299
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
13121300
return 0

0 commit comments

Comments
 (0)