Skip to content

Commit ac44040

Browse files
authored
parse every command / child command flag before executing the target command (#58)
1 parent 3762ff6 commit ac44040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/scan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var scanCmd = &cobra.Command{
88
Short: "Scan a project's code signing settings",
99
Long: `Scan a project's code signing settings,
1010
and export the require code signing files.`,
11+
TraverseChildren: true,
1112
}
1213

1314
var (

0 commit comments

Comments
 (0)