Versions in this module Expand all Collapse all v0 v0.1.0 Jan 27, 2023 Changes in this version + func AfterApp(c *cli.Context) error + func BeforeApp(c *cli.Context) error v0.0.1 Oct 18, 2022 Changes in this version + var ActCommand = &cli.Command + var AddCommand = &cli.Command + var AppDescription = AppName + " v" + Version + var AppName = "todo-cli" + var BackupCommand = &cli.Command + var BuildDate = "2021-08-01T00:00:00Z" + var BuildHost = "dev" + var CompleteCommand = &cli.Command + var DeleteCommand = &cli.Command + var InitCommand = &cli.Command + var ListAll = false + var ListCommand = &cli.Command + var ListDone = false + var NotifyCommand *cli.Command + var SetupCommand *cli.Command + var SyncCommand = &cli.Command + var UpdateCommand = &cli.Command + var Version = "0.0.1" + func ActionAct(c *cli.Context) error + func ActionAdd(c *cli.Context) error + func ActionBackupList(c *cli.Context) error + func ActionBackupRun(c *cli.Context) error + func ActionComplete(c *cli.Context) error + func ActionDelete(c *cli.Context) error + func ActionInitBash(c *cli.Context) error + func ActionInitPs1(c *cli.Context) error + func ActionList(c *cli.Context) error + func ActionNotify(c *cli.Context) error + func ActionSetupBackup(c *cli.Context) error + func ActionSetupNew(c *cli.Context) (err error) + func ActionSetupShell(c *cli.Context) error + func ActionSetupShow(c *cli.Context) error + func ActionSetupSync(c *cli.Context) error + func ActionSync(c *cli.Context) error + func ActionUpdate(c *cli.Context) error + func App() *cli.App + func GetCommandSetupBackup() *cli.Command + func GetCommandSetupNew() *cli.Command + func GetCommandSetupShell() *cli.Command + func GetCommandSetupShow() *cli.Command + func GetCommandSetupSync() *cli.Command