This commit is contained in:
2025-04-25 02:14:24 +08:00
parent 6827945446
commit 9eb4d06939
38 changed files with 1941 additions and 42 deletions

0
bin/assistant.js Normal file
View File

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node
import { runParser } from '../dist/app.mjs';
import { runParser } from '../dist/envision.mjs';
runParser(process.argv);