From 69a756aadd94c7a3f648373e1315edb8a245f20d Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 8 Dec 2025 11:02:59 +0000 Subject: feat(cli): Add ability to list users for the admin in the CLI --- apps/cli/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/cli/src/index.ts') diff --git a/apps/cli/src/index.ts b/apps/cli/src/index.ts index df7d9512..8158c0b8 100644 --- a/apps/cli/src/index.ts +++ b/apps/cli/src/index.ts @@ -1,3 +1,4 @@ +import { adminCmd } from "@/commands/admin"; import { bookmarkCmd } from "@/commands/bookmarks"; import { dumpCmd } from "@/commands/dump"; import { listsCmd } from "@/commands/lists"; @@ -31,6 +32,7 @@ const program = new Command() : "0.0.0", ); +program.addCommand(adminCmd); program.addCommand(bookmarkCmd); program.addCommand(listsCmd); program.addCommand(tagsCmd); -- cgit v1.2.3-70-g09d2