Documentation
¶
Index ¶
Constants ¶
View Source
const EXAMPLE_CONFIG = `` /* 536-byte string literal not displayed */
Variables ¶
View Source
var CLI struct { ConfigPath string `help:"Alternate config file"` Backup BackupCMD `cmd:"" help:"Backup your dotfiles!"` Config ConfigCMD `cmd:"" help:"Print the current config."` ExampleConfig ExampleConfigCMD `cmd:"" help:"Print the example config."` }
Functions ¶
func ParseArguments ¶
Types ¶
type BackupCMD ¶
type ExampleConfigCMD ¶
type ExampleConfigCMD struct {
}
func (*ExampleConfigCMD) Run ¶
func (e *ExampleConfigCMD) Run(opts *Opts) error
Click to show internal directories.
Click to hide internal directories.