Skip to content

Commit 15e5118

Browse files
committed
feat: turn Help partial for helpConfiguration option
1 parent a1b99d7 commit 15e5118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nest-commander/src/command-factory.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CommandFactoryRunOptions
2323
enablePositionalOptions?: boolean;
2424
enablePassThroughOptions?: boolean;
2525
outputConfiguration?: OutputConfiguration;
26-
helpConfiguration?: Help;
26+
helpConfiguration?: Partial<Help>;
2727
version?: string;
2828

2929
/**

0 commit comments

Comments
 (0)