We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b99d7 commit 15e5118Copy full SHA for 15e5118
packages/nest-commander/src/command-factory.interface.ts
@@ -23,7 +23,7 @@ export interface CommandFactoryRunOptions
23
enablePositionalOptions?: boolean;
24
enablePassThroughOptions?: boolean;
25
outputConfiguration?: OutputConfiguration;
26
- helpConfiguration?: Help;
+ helpConfiguration?: Partial<Help>;
27
version?: string;
28
29
/**
0 commit comments