view command response fix
This commit is contained in:
@@ -32,7 +32,7 @@ var viewCmd = &cobra.Command{
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Printf("Command: %s", custom.(string))
|
||||
fmt.Printf("Command: %s\n", custom.(string))
|
||||
},
|
||||
PreRunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) == 0 {
|
||||
|
Reference in New Issue
Block a user