We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f3db0 commit 3f9104eCopy full SHA for 3f9104e
1 file changed
cmd/package.go
@@ -24,6 +24,8 @@ func packageCmd() *cobra.Command {
24
cmd.PersistentFlags().Int(skipPkgDirsFlag, 0,
25
"Skips specified number of directories in the package path when "+
26
"determining the destination directory (defaults to 0)")
27
+ cmd.PersistentFlags().String(excludePkgPathRegexFlag, "",
28
+ "Specifies a regular expression used to exclude package paths")
29
30
return cmd
31
}
0 commit comments