mirror of
https://github.com/chenasraf/massarg.git
synced 2026-05-18 01:39:05 +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 */
|
/** Options for generating the table of commands */
|
||||||
commandOptions: GenerateTableCommandConfig.omit({
|
commandOptions: GenerateTableCommandConfig.omit({
|
||||||
lineLength: true,
|
lineLength: true,
|
||||||
dislayDefaultValue: true,
|
|
||||||
defaultValueStyle: true,
|
|
||||||
}).optional(),
|
}).optional(),
|
||||||
/** Options for generating the table of options */
|
/** Options for generating the table of options */
|
||||||
optionOptions: GenerateTableOptionConfig.omit({ lineLength: true }).optional(),
|
optionOptions: GenerateTableOptionConfig.omit({ lineLength: true }).optional(),
|
||||||
|
|||||||
Reference in New Issue
Block a user