Archived
1
0

Adds long description to the book command

This commit is contained in:
Jip J. Dekker 2016-10-02 01:39:29 +02:00
parent 46088725f4
commit feffd5d03d

View File

@ -25,8 +25,10 @@ var enablePointAndClick bool
// bookCmd represents the book command
var bookCmd = &cobra.Command{
Use: "book",
Short: "Generate library songbook",
Long: ``,
Short: "Generate target songbook",
Long: `Generates a songbook based on a target specified in the ponder
settings. If not all songs included in the target have been compiled,
these songs will be compiled as if the compile command had been called.`,
Run: func(cmd *cobra.Command, args []string) {
path, opts := getSettings()
opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate