Skip to content

Commit

Permalink
fix: remove unecessary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
chenasraf committed May 3, 2024
1 parent f9c2376 commit e3893ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit e3893ec

Please sign in to comment.