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 bb5c02b commit b08c720Copy full SHA for b08c720
internal/cmd/scan/scan.go
@@ -129,7 +129,7 @@ $ debricked scan . `+exampleFlags)
129
inclusions,
130
`Forces inclusion of specified terms, see exclusion flag for more information on supported terms.
131
Examples:
132
-$ debricked scan . --include '**/node_modules/**'`)
+$ debricked scan . --inclusion '**/node_modules/**'`)
133
regenerateDoc := strings.Join(
134
[]string{
135
"Toggle regeneration of already existing lock files between 3 modes:\n",
0 commit comments