lint: missing comment

This commit is contained in:
Umputun
2018-09-05 02:19:03 -05:00
parent 1b3904a307
commit ba4cc38e40
+2
View File
@@ -26,6 +26,8 @@ type Opts struct {
var revision = "unknown"
// CommonOptionsCommander extends flags.Commander with SetCommon
// All commands should implement this interfaces
type CommonOptionsCommander interface {
SetCommon(commonOpts cmd.CommonOpts)
Execute(args []string) error