Skip to content

Commit

Permalink
description placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Oct 4, 2024
1 parent 9904c23 commit d4191cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class CustomHelp extends Help {
private post_pad = 0;
formatRoot(): string {
let out = "";
out += chalk.bold.blueBright("Hypermode") + " " + chalk.dim("(v" + CLI_VERSION + ")") + "\n\n";
out += chalk.bold.blueBright("Hypermode") + " lorum ipsum sit dolor amet " + chalk.dim("(v" + CLI_VERSION + ")") + "\n\n";

// Usage: hyp <command> [...flags] [...args]
out += chalk.bold("Usage: hyp") + " " + chalk.dim("<command>") + " " + chalk.bold.blueBright("[...flags]") + " " + chalk.bold("[...args]");
Expand Down

0 comments on commit d4191cc

Please sign in to comment.