summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-07 20:51:16 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-07 20:51:16 +0800
commit5ada4c19add11e5cdb9a53c9b892c8cc7de5184b (patch)
tree39b5f6bab849e248f37b23586d5419ed7d4b2a1f /scripts
parent9e7c0fd45e169929156bdb317b10d7bb3db65f8b (diff)
Add new subcommands to butck help and completion
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sh/comp_butck.sh2
1 files changed, 1 insertions, 1 deletions
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