openclaw/bin/warelay.js

7 lines
143 B
JavaScript
Raw Normal View History

2025-11-25 13:22:54 +01:00
#!/usr/bin/env node
import("../dist/index.js").then((mod) => {
if (mod?.program?.parseAsync) {
mod.program.parseAsync(process.argv);
}
});