We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2eaf3 commit b80bc7cCopy full SHA for b80bc7c
config/flags.go
@@ -72,5 +72,8 @@ func CreateCLIFlags() []cli.Flag {
72
flags = append(flags, memstore.CLIFlags(common.GlobalPrefix, MemstoreFlagsCategory)...)
73
flags = append(flags, verify.CLIFlags(common.GlobalPrefix, VerifierCategory)...)
74
75
+ flags = append(flags, verify.DeprecatedCLIFlags(common.GlobalPrefix, VerifierCategory)...)
76
+ flags = append(flags, store.DeprecatedCLIFlags(common.GlobalPrefix, StorageFlagsCategory)...)
77
+
78
return flags
79
}
0 commit comments