Skip to content

Commit d90ae74

Browse files
authored
add -q shorthand (#18)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
1 parent 020bfec commit d90ae74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func cleanScope(s source.Scope) string {
9797

9898
func setPackageFlags(flags *pflag.FlagSet) {
9999
flags.BoolP(
100-
"quiet", "", false,
100+
"quiet", "q", false,
101101
"suppress all non-report output",
102102
)
103103

0 commit comments

Comments
 (0)