From c754d36a3debf44d0e152f86264a8ed5d81dd44a Mon Sep 17 00:00:00 2001 From: Charlie Gerard Date: Thu, 27 Jun 2024 13:26:25 -0700 Subject: [PATCH] wip --- lib/commands/info/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/info/index.js b/lib/commands/info/index.js index bfce19a6..65fdf849 100644 --- a/lib/commands/info/index.js +++ b/lib/commands/info/index.js @@ -100,7 +100,7 @@ function setupCommand (name, description, argv, importMeta) { const [rawPkgName = ''] = cli.input if (!rawPkgName) { - console.error('Please provide an ecosystem and package name') + console.error(`${chalk.bgRed('Input error')}: Please provide an ecosystem and package name`) cli.showHelp() return }