return an error on wrong ssl.type value#129
return an error on wrong ssl.type value#129umputun merged 2 commits intoumputun:masterfrom negasus:fix/wrong-ssl-type
Conversation
|
is there an actual problem this pr is supposed to address? SSL types handled by go-flags library and won't allow to pass anything except what defined in
|
|
I made this PR after I mistyped SSL_TYPE=true a couple of times myself and didn't get any error. |
|
ah, you meant from env, because this |
|
could you please match the error your return to the one cli will throw?, just for consistency, i.e.
|
|
LGTM, will merge. the minor thing just FYI: you don't need to put |
No description provided.