Skip to content

Commit

Permalink
Set padding back to a value that works for all options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Davis committed Jun 15, 2021
1 parent b1e882c commit 19c8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class Api {
this.log.info(`${commandHelp.description}`);

const padding = " ".repeat(4);
const columnPadding = 18;
const columnPadding = 25;

if (subCommands) {
this.log.info(`\n${chalk.blueBright("Commands")}:`);
Expand Down

0 comments on commit 19c8758

Please sign in to comment.