From adc3162a22e2c0b9d7bc4ea580b42f81229e446e Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Thu, 3 Sep 2026 18:40:48 +0800 Subject: [PATCH] fix: synchronize full-static bash completion --- completions/tpc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/tpc.bash b/completions/tpc.bash index 9e4eaf81..296a7f2d 100644 --- a/completions/tpc.bash +++ b/completions/tpc.bash @@ -135,7 +135,7 @@ _typephp_tpc() return ;; -* ) - COMPREPLY=( $(compgen -W '-O --optimize -o --output -h --help -v --version --profile --no-literal-strings --php-version -f --force -m --mode -r --run --debug -j --job --no-console --sanitize --cxx-std --march --target-platform --no-color --build-dir --dry -I --include-path -D --define --no-progress --lto --format -l --link-lib -L --link-path --wasm --wasm= --gen-python-helper --convert-python-to-php --output-dir --output-dir= --build-dir= --generate-completion=' -- "$current") ) + COMPREPLY=( $(compgen -W '-O --optimize -o --output -h --help -v --version --profile --no-literal-strings --php-version -f --force -m --mode -r --run --debug -j --job --no-console --sanitize --cxx-std --march --target-platform --no-color --build-dir --dry -I --include-path -D --define --no-progress --lto --format -l --link-lib -L --link-path --full-static --wasm --wasm= --gen-python-helper --convert-python-to-php --output-dir --output-dir= --build-dir= --generate-completion=' -- "$current") ) return ;; esac