Skip to content

Commit

Permalink
chore: removing cobra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KaueSabinoSRV17 committed Jul 8, 2023
1 parent 2651927 commit 90346f0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cmd/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/spf13/cobra"
)

// commitCmd represents the commit command
var commitCmd = &cobra.Command{
Use: "commit",
Short: "Commits always prefixing with a conventional commit",
Expand Down Expand Up @@ -56,14 +55,4 @@ var commitCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(commitCmd)
commitCmd.Flags().BoolP("push", "p", false, "Push changes after commit is completed")

// Here you will define your flags and configuration settings.

// Cobra supports Persistent Flags which will work for this command
// and all subcommands, e.g.:
// commitCmd.PersistentFlags().String("foo", "", "A help for foo")

// Cobra supports local flags which will only run when this command
// is called directly, e.g.:
// commitCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}

0 comments on commit 90346f0

Please sign in to comment.