Results 1 issues of johngovr

...... Args: cobra.MatchAll(cobra.MinimumNArgs(2), cobra.OnlyValidArgs), Run: cropCmdRun, } ..... func cropCmdRun(cmd *cobra.Command, args []string) { fmt.Println("crop calling .....") fmt.Printf("args :%v \n", spew.Sdump(args)) ...... build the source and run like follow: utils.exe...