mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
test(cli): add basic test suite
This commit is contained in:
4
packages/cli/src/cli-entry.ts
Normal file
4
packages/cli/src/cli-entry.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { runMain } from 'citty'
|
||||
import { mainCommand } from '.'
|
||||
|
||||
runMain(mainCommand)
|
||||
Reference in New Issue
Block a user