5 lines
70 B
TypeScript
Executable File
5 lines
70 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
import { program } from './setup'
|
|
|
|
program.parse()
|