From efec76ac9e8e776787942bba65769deb5bd83c2c Mon Sep 17 00:00:00 2001 From: Ryan Huang Date: Wed, 20 Nov 2024 14:41:21 -0500 Subject: [PATCH] Remove exec path print out --- src/subcommands/version.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/subcommands/version.ts b/src/subcommands/version.ts index 55d52b0..c684f82 100644 --- a/src/subcommands/version.ts +++ b/src/subcommands/version.ts @@ -24,8 +24,6 @@ export function printVersion() { console.info(`\x1b[38;5;231mlms - LM Studio CLI - v${getVersion()}\x1b[0m`); // console.info("Licensed under the MIT License"); console.info(chalk.gray("GitHub: https://github.com/lmstudio-ai/lmstudio-cli")); - - console.info(process.execPath); } export const version = command({