test(cli): add basic test suite

This commit is contained in:
Johann Schopplich
2025-11-04 07:45:50 +01:00
parent 8f0156c1af
commit af298537a4
6 changed files with 262 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
import { runMain } from 'citty'
import { mainCommand } from '.'
runMain(mainCommand)