diff --git a/cmd/cmds/root.go b/cmd/cmds/root.go index 8cdb81e..cf199b0 100644 --- a/cmd/cmds/root.go +++ b/cmd/cmds/root.go @@ -55,5 +55,6 @@ func init() { } func Execute() error { + // nolint:wrapcheck return rootCmd.Execute() }