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 a1ad56e commit ff8e9e7Copy full SHA for ff8e9e7
lib/commands/scan/index.js
@@ -8,7 +8,7 @@ import { meowWithSubcommands } from '../../utils/meow-with-subcommands.js'
8
const description = 'Scans related commands'
9
10
/** @type {import('../../utils/meow-with-subcommands').CliSubcommand} */
11
-export const fullscans = {
+export const scan = {
12
description,
13
run: async (argv, importMeta, { parentName }) => {
14
await meowWithSubcommands(
0 commit comments