Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppName = "db-backup" //nolint:gochecknoglobals // versioning
AppName is the name of the Application.
Functions ¶
Types ¶
type Commander ¶ added in v0.10.0
Commander is a struct for command system.
func NewCommander ¶ added in v0.10.0
func NewCommander() *Commander
NewCommander is a factory for Commander.
func (*Commander) SetRootCommand ¶ added in v0.10.0
func (c *Commander) SetRootCommand()
SetRootCommand sets Root command.
Click to show internal directories.
Click to hide internal directories.