Return an error on unknown commands [#15]
I'm probably overthinking this--explicitly calling help is a strange and unusual case--but it doesn't really hurt, so I'm going for it.
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
// Config contains configuration applicable to all helm commands
|
||||
type Config struct {
|
||||
HelmCommand string
|
||||
Debug bool
|
||||
KubeConfig string
|
||||
Values string
|
||||
|
||||
Reference in New Issue
Block a user