fix: 打包修改

This commit is contained in:
2024-10-24 09:36:57 +08:00
parent c832c0274a
commit f182838a2d
5 changed files with 14 additions and 4 deletions

3
src/run.ts Normal file
View File

@@ -0,0 +1,3 @@
import { runParser } from './index.ts';
runParser(process.argv);