Skip to content

Commit

Permalink
Update desc
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Cassidy <dominic@koroutine.tech>
  • Loading branch information
Drache93 committed Mar 4, 2022
1 parent 84865f3 commit ed34fe1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cmd/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ import (
// releaseCmd represents the release command
var releaseCmd = &cobra.Command{
Use: "release",
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: "Tag a Release",
Long: `Select a Pivotal Tracker release to tag and accept`,
Run: func(cmd *cobra.Command, args []string) {
client := pivotal.NewPivotalClient(pivotalToken)
projectName := cmd.Flag("project").Value.String()
Expand Down

0 comments on commit ed34fe1

Please sign in to comment.