2025-04-25 02:14:24 +08:00

7 lines
93 B
TypeScript

import { runParser } from './index.ts';
/**
* test run parser
*/
runParser(process.argv);