Ashish

Results 2 comments of Ashish

Hey! I was going through this issue and the imgpkg cli in general for the past days. ## Why failing ? I went through the code base and realised this...

Oh.Great..!! I checked it by changing ``` if cmd.RunE == nil { cmd.RunE = ShowSubcommands } ``` to ``` if cmd.RunE == nil { cmd.RunE = ShowHelp } ``` and...