commit 1586334def46482431ee6b696e04db0a835689bf
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-04-25T09:11:06Z |
| subject | completion for kcontext k8s import |
commit 1586334def46482431ee6b696e04db0a835689bf
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-04-25T09:11:06Z
completion for kcontext k8s import
---
bash/sources/17_kcontext | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bash/sources/17_kcontext b/bash/sources/17_kcontext
index e1e9eaa..272922a 100644
--- a/bash/sources/17_kcontext
+++ b/bash/sources/17_kcontext
@@ -49,7 +49,7 @@ function _kcontext {
esac
case "$cmd:$subcmd" in
- k8s:use|k8s:del|s3-arch:use|s3-arch:del)
+ k8s:use|k8s:import|k8s:del|s3-arch:use|s3-arch:del)
COMPREPLY=( $(compgen -W "$(kcontext "$cmd" list 2>/dev/null)" -- "$cur") )
return
;;