mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-30 07:44:10 +08:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import { runMain } from 'citty'
|
|
import { mainCommand } from '.'
|
|
|
|
runMain(mainCommand)
|