Skip to content

Commit

Permalink
Removing CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Feb 20, 2024
1 parent f10f180 commit 18bbb68
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions front/admin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,17 +272,6 @@ const workspace = async (command: string, args: parseArgs.ParsedArgs) => {
return;
}

case "classify-messages": {
if (!args.wId) {
throw new Error("Missing --wId argument");
}
if (!args.limit) {
throw new Error("Missing --limit argument");
}
await classifyWorkspace({ workspaceId: args.wId, limit: args.limit });
return;
}

default:
console.log(`Unknown workspace command: ${command}`);
console.log(
Expand Down

0 comments on commit 18bbb68

Please sign in to comment.