Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jun 17, 2024
1 parent 5ed77dd commit 4b1f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/scan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { meowWithSubcommands } from '../../utils/meow-with-subcommands.js'
const description = 'Scans related commands'

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

0 comments on commit 4b1f545

Please sign in to comment.