Skip to content

Commit 5a76438

Browse files
committed
Format root command definition
1 parent 9a56d29 commit 5a76438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/commands/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ var (
6767

6868
// rootCmd represents the base command.
6969
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`,
70+
Use: "fizzy",
71+
Short: "Fizzy CLI - Command-line interface for the Fizzy API",
72+
Long: `Command-line interface for Fizzy`,
7373
Version: "dev",
7474
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
7575
// Resolve output format from parsed flags (must happen post-parse).

0 commit comments

Comments
 (0)