Skip to content

Commit

Permalink
doc(cmd): Added missing docstring (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed Apr 7, 2019
1 parent 5f546a2 commit a7d2f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var rootCmd = &cobra.Command{
Long: "Generates contents for a .gitignore file using gitignore.io",
}

// Execute runs the root command.
func Execute() {
if err := rootCmd.Execute(); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit a7d2f3f

Please sign in to comment.