We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8de34 commit eb446caCopy full SHA for eb446ca
1 file changed
structEnc.go
@@ -51,6 +51,9 @@ func initDefaults() {
51
}
52
53
func getDefault() {
54
+ initVals()
55
+ debug(Opts.CRF, 3)
56
+
57
if Opts.Cfg != "" {
58
data, err := ioutil.ReadFile(Opts.Cfg)
59
checkError(err)
@@ -66,9 +69,6 @@ func getDefault() {
66
69
log.Fatalf("[%s] Error: Wrong target option passed to -t.", progname)
67
70
68
71
- initVals()
- debug(Opts.CRF, 3)
-
72
if Opts.Suffix != "" {
73
Opts.Suffix = "_" + Opts.Suffix
74
0 commit comments