Add helm completion

This commit is contained in:
Benjamin Allot
2018-04-13 16:40:42 +02:00
parent 6ad7a285e7
commit 3b9014f750

View File

@@ -48,6 +48,11 @@
helm init
```
- Add the `helm` completion
```bash
. <(helm completion $SHELL)
```
]
---