Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 17, 2024
1 parent 6f61ace commit 4451217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commander.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Commander {
}

text = text
.addHeading("Command that runs")
.addHeading("Command that runs", 4)
.addRaw(`\`${command.commandStart}\``)
.addEOL();
}
Expand Down

0 comments on commit 4451217

Please sign in to comment.