mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-07-30 13:32:37 +08:00
Remove exec path print out
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user