fix: remove unecessary keys

This commit is contained in:
2024-05-04 00:46:07 +03:00
committed by Chen Asraf
parent 2ad2dfd13b
commit e44510dca4

View File

@@ -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(),