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