We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a56d29 commit 5a76438Copy full SHA for 5a76438
1 file changed
internal/commands/root.go
@@ -67,9 +67,9 @@ var (
67
68
// rootCmd represents the base command.
69
var rootCmd = &cobra.Command{
70
- Use: "fizzy",
71
- Short: "Fizzy CLI - Command-line interface for the Fizzy API",
72
- Long: `Command-line interface for Fizzy`,
+ Use: "fizzy",
+ Short: "Fizzy CLI - Command-line interface for the Fizzy API",
+ Long: `Command-line interface for Fizzy`,
73
Version: "dev",
74
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
75
// Resolve output format from parsed flags (must happen post-parse).
0 commit comments