Skip to content

Commit

Permalink
Fix issue #373
Browse files Browse the repository at this point in the history
Signed-off-by: ashpect <ashishndiitr@gmail.com>
  • Loading branch information
ashpect committed Aug 15, 2023
1 parent 1a02bc4 commit 8c819a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/imgpkg/cmd/imgpkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func NewImgpkgCmd(o *ImgpkgOptions) *cobra.Command {
SilenceUsage: true,
DisableAutoGenTag: true,
Version: Version,
RunE: cobrautil.ShowHelp,
}

// TODO bash completion
Expand Down

0 comments on commit 8c819a1

Please sign in to comment.