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 9f49fa7 commit ff2e5b7Copy full SHA for ff2e5b7
cli.js
@@ -21,7 +21,7 @@ try {
21
} else if (entry[0] === 'rawNpx') {
22
entry[0] = 'raw-npx'
23
} else if (entry[0] === 'fullscans') {
24
- entry[0] = 'full-scans'
+ entry[0] = 'scan'
25
}
26
return entry
27
}))
lib/commands/fullscans/index.js
@@ -21,7 +21,7 @@ export const fullscans = {
argv,
description,
importMeta,
- name: parentName + ' full-scans',
+ name: parentName + ' scan',
)
0 commit comments