Adds long description to the book command
This commit is contained in:
parent
46088725f4
commit
feffd5d03d
@ -25,8 +25,10 @@ var enablePointAndClick bool
|
|||||||
// bookCmd represents the book command
|
// bookCmd represents the book command
|
||||||
var bookCmd = &cobra.Command{
|
var bookCmd = &cobra.Command{
|
||||||
Use: "book",
|
Use: "book",
|
||||||
Short: "Generate library songbook",
|
Short: "Generate target songbook",
|
||||||
Long: ``,
|
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) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
path, opts := getSettings()
|
path, opts := getSettings()
|
||||||
opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate
|
opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate
|
||||||
|
Reference in New Issue
Block a user