6 lines
113 B
JavaScript
Executable file
6 lines
113 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
// * The entry point of the CLI
|
|
|
|
import { cli } from "../dist/index.js";
|
|
|
|
cli(process.argv);
|