Fix type error

This commit is contained in:
Samuel Elliott 2025-08-01 22:44:25 +01:00
parent d3e3ecd280
commit 56086c0651
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -10,7 +10,6 @@ export const desc = 'nxapi-auth';
export function builder(yargs: Argv<ParentArguments>) {
for (const command of Object.values(commands)) {
// @ts-expect-error
yargs.command(command);
}