BREAKING CHANGE(tools): replace install functionality with a minimal placeholder CLI; remove installer, logging, path utilities, and related assets
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import * as plugins from './tools.plugins.js';
|
||||
import * as cli from './tools.cli.js';
|
||||
|
||||
export const runCli = async () => {
|
||||
await cli.run();
|
||||
};
|
||||
|
||||
// Auto-run when called directly
|
||||
runCli();
|
||||
|
||||
Reference in New Issue
Block a user