A small application to manage Lilypond music repositories

Adds long description to the book command

+4 -2
+4 -2
cmd/book.go
··· 25 25 // bookCmd represents the book command 26 26 var bookCmd = &cobra.Command{ 27 27 Use: "book", 28 - Short: "Generate library songbook", 29 - Long: ``, 28 + Short: "Generate target songbook", 29 + Long: `Generates a songbook based on a target specified in the ponder 30 + settings. If not all songs included in the target have been compiled, 31 + these songs will be compiled as if the compile command had been called.`, 30 32 Run: func(cmd *cobra.Command, args []string) { 31 33 path, opts := getSettings() 32 34 opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate