Adds description to the ponder rootcommand
This commit is contained in:
parent
2e7e4791b9
commit
3923c60b22
12
cmd/root.go
12
cmd/root.go
@ -24,13 +24,11 @@ import (
|
|||||||
// This represents the base command when called without any subcommands
|
// This represents the base command when called without any subcommands
|
||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
Use: "ponder",
|
Use: "ponder",
|
||||||
Short: "A brief description of your application",
|
Short: "A managing tool for lilypond sheet music libraries",
|
||||||
Long: `A longer description that spans multiple lines and likely contains
|
Long: `Ponder is a tool to help manage your sheet music library.
|
||||||
examples and usage of using your application. For example:
|
The main purpose is to help in the compilation of your lilypond files
|
||||||
|
into both single files and a fully functioning song book. It also accepts
|
||||||
Cobra is a CLI library for Go that empowers applications.
|
other PDF files to be part of your song book.`,
|
||||||
This application is a tool to generate the needed files
|
|
||||||
to quickly create a Cobra application.`,
|
|
||||||
// Uncomment the following line if your bare application
|
// Uncomment the following line if your bare application
|
||||||
// has an action associated with it:
|
// has an action associated with it:
|
||||||
// Run: func(cmd *cobra.Command, args []string) { },
|
// Run: func(cmd *cobra.Command, args []string) { },
|
||||||
|
Reference in New Issue
Block a user