-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
I just realized we didn't code the bash/zsh/fish completions in a way that it can complete context names in subcommands like -d
.
"$ kubectx -d TabTab" should suggest some context to delete.
Additionally, in case of -d
, supporting multiple arguments for (#39) would require completion scripts should to auto-complete context names in multiple positions ($2, $3, ... $N) as well.
bhack, maximbaz and hpedrorodrigues