6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import * as cli from './tools.cli.js';
|
|
|
|
export const runCli = async () => {
|
|
await cli.run();
|
|
};
|