From 01b6db3c845fb798a30d4f53fe6489306e15a996 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Thu, 17 Mar 2016 16:43:32 +0100 Subject: [PATCH] Adds description to the compile command --- cmd/compile.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cmd/compile.go b/cmd/compile.go index 34c1897..687b718 100644 --- a/cmd/compile.go +++ b/cmd/compile.go @@ -23,13 +23,11 @@ import ( // compileCmd represents the compile command var compileCmd = &cobra.Command{ Use: "compile", - Short: "A brief description of your command", - Long: `A longer description that spans multiple lines and likely contains examples -and usage of using your command. For example: - -Cobra is a CLI library for Go that empowers applications. -This application is a tool to generate the needed files -to quickly create a Cobra application.`, + Short: "Compiles all lilypond files in the library", + Long: `Compile (ponder compile) will walk through and compile all +lilypond files in accordance to ponder settings file. +Files that have already been compiled will be skipped, +unless the lilypond file has been edited.`, Run: func(cmd *cobra.Command, args []string) { // TODO: Work your own magic here fmt.Println("compile called")