Skip to content

Commit ff8e9e7

Browse files
committed
update
1 parent a1ad56e commit ff8e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/scan/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { meowWithSubcommands } from '../../utils/meow-with-subcommands.js'
88
const description = 'Scans related commands'
99

1010
/** @type {import('../../utils/meow-with-subcommands').CliSubcommand} */
11-
export const fullscans = {
11+
export const scan = {
1212
description,
1313
run: async (argv, importMeta, { parentName }) => {
1414
await meowWithSubcommands(

0 commit comments

Comments
 (0)