Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config = flags{} ErrorExpectedRangeInconsistent = errors.New("inconsistent flags; min and max flags must be in pairs") )
View Source
var Cmd = &cobra.Command{ Use: "list", Short: "List keys", Long: `List keys that fall within the given key ranges.`, Args: cobra.NoArgs, RunE: exec, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.