view command response fix
This commit is contained in:
parent
f8a9528e0f
commit
6fe91f816b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user