Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "gotimer", Short: "A digital count down timer", Long: "A simple terminal based digital count down timer, may be used as a Pomodoro timer.", Args: cobra.ExactArgs(0), Run: timerCmd, }
RootCmd is the root, and only, command of gotimer.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.