From 838d30890a202ff522b4de45e97108a001311ce8 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 5 Jan 2025 17:33:44 +0000 Subject: fix(sdk): Publish both esm and cjs modules for the sdk --- apps/cli/src/commands/bookmarks.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/cli') diff --git a/apps/cli/src/commands/bookmarks.ts b/apps/cli/src/commands/bookmarks.ts index 52631d96..b6f7b2d3 100644 --- a/apps/cli/src/commands/bookmarks.ts +++ b/apps/cli/src/commands/bookmarks.ts @@ -73,7 +73,10 @@ bookmarkCmd collect, [], ) - .option("--title ", "if set, this will be used as the bookmark's title") + .option( + "--title <title>", + "if set, this will be used as the bookmark's title", + ) .action(async (opts) => { const api = getAPIClient(); -- cgit v1.2.3-70-g09d2