Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + func NewInitCmd(cfg *Config) *cobra.Command + type Config struct + func NewConfig() *Config + func (c *Config) GetConfigCreator() ConfigCreator + type ConfigCreator = func(cmd *cobra.Command) WritableConfig + type WritableConfig interface + GetBytes func() ([]byte, error) + func DefaultConfigCreator(_ *cobra.Command) WritableConfig