mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
10 lines
228 B
TypeScript
10 lines
228 B
TypeScript
/* import { Command } from "@oclif/core";
|
|
import UserList from "./commands/user/list";
|
|
import UserDelete from "./commands/user/delete";
|
|
|
|
export const commands = {
|
|
"user list": UserList,
|
|
"user delete": UserDelete,
|
|
};
|
|
*/
|