aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cli/src')
-rw-r--r--apps/cli/src/commands/bookmarks.ts5
1 files changed, 4 insertions, 1 deletions
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<string>,
[],
)
- .option("--title <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();