Versions in this module Expand all Collapse all v0 v0.4.0 Jun 15, 2024 v0.3.0 Jun 15, 2024 Changes in this version + var ErrInvalidKey = errors.New("invalid key") + func ValididateKey(key string) (*cfg.Option, error) + type Command struct + Command *cobra.Command + func NewCommand() *Command + type GetCommand struct + Command *cobra.Command + func NewGetCommand() *GetCommand + func (c *GetCommand) Execute(_ *cobra.Command, args []string) error + type SetCommand struct + Command *cobra.Command + func NewSetCommand() *SetCommand + func (c *SetCommand) Execute(_ *cobra.Command, args []string) error