Skip to content

Commit

Permalink
Update default help mode to 'options'. Closes #5182
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh7019 committed Jul 24, 2023
1 parent 7e7b4f8 commit 0423a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Cli {
private optionsFromArgs: { options: minimist.ParsedArgs } | undefined;
public commandsFolder: string = '';
private static instance: Cli;
private static defaultHelpMode = 'full';
private static defaultHelpMode = 'options';
public static helpModes: string[] = ['options', 'examples', 'remarks', 'response', 'full'];
public spinner = ora('Running command...');

Expand Down

0 comments on commit 0423a6d

Please sign in to comment.