mirror of
https://github.com/chenasraf/massarg.git
synced 2026-05-17 17:38:09 +00:00
fix: remove unecessary keys
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user