evanlucas / fish-kubectl-completions

kubectl completions for fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to complete multiple resources using csv

evanlucas opened this issue · comments

We should be able to complete things like:

kubectl get pods,secre

should complete to

kubectl get pods,secrets