Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdConfigureEnvVars ¶
func NewCmdConfigureEnvVars(_ *terminal.Terminal, cevStore ConfigureEnvVarsStore) *cobra.Command
func RunConfigureEnvVars ¶
func RunConfigureEnvVars(_ ConfigureEnvVarsStore) error
Types ¶
type BashConfigurer ¶
type BashConfigurer struct{}
func (BashConfigurer) Configure ¶
func (b BashConfigurer) Configure() error
type ConfigureEnvVarsStore ¶
type ConfigureEnvVarsStore interface{}
type ShellConfigurer ¶
type ShellConfigurer interface {
Configure() error
}
type ZshConfigurer ¶
type ZshConfigurer struct{}
func (ZshConfigurer) Configure ¶
func (b ZshConfigurer) Configure() error
Click to show internal directories.
Click to hide internal directories.