From e44510dca49534e0d2be8a15875e70970609551b Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sat, 4 May 2024 00:46:07 +0300 Subject: [PATCH] fix: remove unecessary keys --- src/help.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/help.ts b/src/help.ts index 653851d..2ad0ffc 100644 --- a/src/help.ts +++ b/src/help.ts @@ -52,8 +52,6 @@ export const HelpConfig = z.object({ /** Options for generating the table of commands */ commandOptions: GenerateTableCommandConfig.omit({ lineLength: true, - dislayDefaultValue: true, - defaultValueStyle: true, }).optional(), /** Options for generating the table of options */ optionOptions: GenerateTableOptionConfig.omit({ lineLength: true }).optional(),