refactor: rename project from aicl to lmc

This commit is contained in:
mitchell 2026-04-28 17:17:21 -04:00
parent b3fb6fd66f
commit adb0fe234a
6 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ async function main() {
if (!config.model) {
console.error(
"Please run 'aicl --model <model> --save' to set a default model.",
"Please run 'lmc --model <model> --save' to set a default model.",
);
process.exit(1);
}