Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
Base is a struct that holds the configuration parser and the root command.
var Cli *Base
Cli is an instance of Base that holds the configuration parser and root command.
func (*Base) CreateCmd ¶
func (cli *Base) CreateCmd()
CreateCmd adds the "create" command to the CLI root command.
func (*Base) DeleteCmd ¶
func (cli *Base) DeleteCmd()
DeleteCmd adds the "rm" command to the CLI, allowing users to delete a configuration section by name.
Click to show internal directories.
Click to hide internal directories.