From d4191cc49c7482f1191a5972eeaa6d216f00fbeb Mon Sep 17 00:00:00 2001 From: Jairus Date: Fri, 4 Oct 2024 16:26:17 -0400 Subject: [PATCH] description placeholder --- src/custom/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/help.ts b/src/custom/help.ts index f831a1e..dd613e2 100644 --- a/src/custom/help.ts +++ b/src/custom/help.ts @@ -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 [...flags] [...args] out += chalk.bold("Usage: hyp") + " " + chalk.dim("") + " " + chalk.bold.blueBright("[...flags]") + " " + chalk.bold("[...args]");