Skip to content

Commit

Permalink
Update RootCmd usage
Browse files Browse the repository at this point in the history
Signed-off-by: Chance Zibolski <[email protected]>
  • Loading branch information
chancez committed Sep 8, 2024
1 parent 9dc7493 commit 042a41a
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 @@ -11,7 +11,7 @@ import (

// RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{
Use: "yamlforge",
Use: "yfg",
Short: "Forge your YAML",
SilenceUsage: true,
}
Expand Down

0 comments on commit 042a41a

Please sign in to comment.