Skip to content

Commit

Permalink
feat: 移除 install 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxb committed Dec 1, 2024
1 parent 8c8c177 commit bb07973
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ export async function cli(command: string) {
gez = null;
opts = null;
break;
case 'install':
console.log('TODO');
break;
default:
await import(path.resolve(process.cwd(), command));
break;
Expand Down

0 comments on commit bb07973

Please sign in to comment.