Skip to content

Commit e22405b

Browse files
authored
Merge pull request #244 from chainguard-dev/arturo-155-package-type-check
package-type-check: don't show usage on check error
2 parents b56ebc3 + 88fcab3 commit e22405b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package-type-check/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func main() {
1818
// Default help message if no command is provided
1919
cmd.Help()
2020
},
21+
SilenceUsage: true,
2122
}
2223

2324
// Add all subcommands

0 commit comments

Comments
 (0)