fix: yargs usage

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2026-02-09 09:21:42 -03:00
parent 752dedee3d
commit ec59f474b9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

View file

@ -29,7 +29,7 @@ async function run(): Promise<void> {
}
let yamlfile: string | unknown;
const argv: Arguments<{config?: string}> = yargs(inputs.args.split(' ')).parseSync() as Arguments<{
const argv: Arguments<{config?: string}> = yargs(inputs.args).parseSync() as Arguments<{
config?: string;
}>;
if (argv.config) {