Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JournalCMD = &cobra.Command{ Use: "journal", Short: "Create Journals", Long: "Create and write journals in terminal", Run: func(c *cobra.Command, args []string) { p := tea.NewProgram(initialModel()) if _, err := p.Run(); err != nil { fmt.Printf("Error donkey: \n%v\n", err) return } }, }
Functions ¶
func LoadJournals ¶
func LoadJournals() error
func SaveJournals ¶
func SaveJournals() error
Types ¶
Click to show internal directories.
Click to hide internal directories.