fix: make CLI bin invoke program parse
This commit is contained in:
6
bin/warelay.js
Normal file
6
bin/warelay.js
Normal file
@@ -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