view command response fix

This commit is contained in:
jake 2025-04-17 17:32:16 -04:00
parent f8a9528e0f
commit 6fe91f816b

View File

@ -32,7 +32,7 @@ var viewCmd = &cobra.Command{
return return
} }
fmt.Printf("Command: %s", custom.(string)) fmt.Printf("Command: %s\n", custom.(string))
}, },
PreRunE: func(cmd *cobra.Command, args []string) error { PreRunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 0 { if len(args) == 0 {