cmd/internal/base: more informative comment (#1116)

This commit is contained in:
Nathaniel Peiffer
2021-01-02 18:29:47 +11:00
committed by GitHub
parent 8b9479599d
commit e37995be31

View File

@@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
)
// custom implementation for pflag.
// IDType is a custom ID implementation for pflag.
type IDType field.Type
// Set implements the Set method of the flag.Value interface.