mono/packages/bot/src/cli.ts
2025-08-11 12:25:45 +02:00

4 lines
118 B
TypeScript

import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
export const cli = yargs(hideBin(process.argv))