From 5ada4c19add11e5cdb9a53c9b892c8cc7de5184b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 7 Mar 2026 20:51:16 +0800 Subject: Add new subcommands to butck help and completion --- scripts/sh/comp_butck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/sh/comp_butck.sh b/scripts/sh/comp_butck.sh index 8cb31f0..b59dc62 100644 --- a/scripts/sh/comp_butck.sh +++ b/scripts/sh/comp_butck.sh @@ -40,7 +40,7 @@ _butck_completion() { esac if [[ $cword -eq 1 ]]; then - COMPREPLY=($(compgen -W "write build state policies" -- "$cur")) + COMPREPLY=($(compgen -W "write build state policies stream_policies simple_policies" -- "$cur")) fi if [[ $cword -ge 2 ]]; then -- cgit