Skip to content

Commit

Permalink
♻️ Update root command use in CLI tool to "lazy"
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Dec 28, 2024
1 parent 722056e commit 9193b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "lazycommit",
Use: "lazy",
Short: "A simple CLI tool to commit changes to git with a message",
Long: `A longer description that spans multiple lines and likely contains
examples and usage of using your application. For example:
Expand Down

0 comments on commit 9193b06

Please sign in to comment.