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