4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
import { app } from './index.ts';
|
|
import { parse } from '@kevisual/router/src/commander.ts';
|
|
|
|
parse({ app: app as any, description: 'CNB控制台命令行工具', parse: true }) |