7 lines
113 B
JavaScript
Executable File
7 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);
|