From 6f319da851db8ac1eedbdc2a8b796996ebcbbaa1 Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Wed, 4 Sep 2024 10:20:51 -0700 Subject: [PATCH] chore: Add a type to validateCommand for JSR --- bids-validator/src/setup/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bids-validator/src/setup/options.ts b/bids-validator/src/setup/options.ts index 67ddaa703..104925443 100644 --- a/bids-validator/src/setup/options.ts +++ b/bids-validator/src/setup/options.ts @@ -34,7 +34,7 @@ const modalityType = new EnumType( ) /** Extendable Cliffy Command with built in BIDS validator options */ -export const validateCommand = new Command() +export const validateCommand: Command = new Command() .name('bids-validator') .type('debugLevel', new EnumType(LogLevelNames)) .description(