8 lines
120 B
JavaScript
Executable File
8 lines
120 B
JavaScript
Executable File
#!/usr/bin/env -S node
|
|
|
|
import process from 'node:process';
|
|
|
|
import { run } from '../dist/cli.mjs';
|
|
|
|
run(process.argv);
|