Documentation
¶
Index ¶
Constants ¶
View Source
const ( XS int = 1 SM int = 3 MD int = 5 LG int = 10 )
Variables ¶
View Source
var RootCMD = &cobra.Command{ Use: "tcm", Short: "Ctm is a CLI for managing your TODOs.", Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Help() }, }
RootCMD is the root command for ctm
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.