mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
fix: make CLI bin invoke program parse
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
import("../dist/index.js").then((mod) => {
|
||||
if (mod?.program?.parseAsync) {
|
||||
mod.program.parseAsync(process.argv);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user