envision-cli/src/run.ts
2024-10-24 09:36:57 +08:00

4 lines
66 B
TypeScript

import { runParser } from './index.ts';
runParser(process.argv);