Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2021 v0.1.0 Oct 8, 2021 Changes in this version + func DefaultConfigCreator(cmd *cobra.Command) types.Config + func DefaultFlagSetup(_ *cobra.Command) + func InitCmd(cfg *Config) *cobra.Command + type Config struct + func NewConfig() *Config + func (c *Config) GetConfigCreator() ConfigCreator + func (c *Config) GetConfigSetupFlag() ConfigFlagSetup + func (c *Config) WithConfigCreator(creator ConfigCreator) *Config + func (c *Config) WithConfigFlagSetup(setup ConfigFlagSetup) *Config + type ConfigCreator = func(cmd *cobra.Command) types.Config + type ConfigFlagSetup = func(cmd *cobra.Command)