feat: refacto aliases/completion kubectl, helm, stern
This commit is contained in:
6
completion.d/stern
Normal file
6
completion.d/stern
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (command -v stern &> /dev/null)
|
||||
then
|
||||
source <(stern --completion bash)
|
||||
fi
|
Reference in New Issue
Block a user