mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
✨ feat: initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bun
|
||||
import { setupCLI } from "./cli/index.tsx";
|
||||
|
||||
const program = setupCLI();
|
||||
program.parse();
|
||||
Reference in New Issue
Block a user