From e17ff202449635af29ef0056886e472a2615708b Mon Sep 17 00:00:00 2001
From: kabirgh <15871468+kabirgh@users.noreply.github.com>
Date: Tue, 16 Jan 2024 16:24:01 +0000
Subject: [PATCH] fix: use joinSegments for `contentIndex.json` file path (#702)
---
quartz/cli/args.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/quartz/cli/args.js b/quartz/cli/args.js
index 3543e2e..7ed5b07 100644
--- a/quartz/cli/args.js
+++ b/quartz/cli/args.js
@@ -41,6 +41,11 @@
default: true,
describe: "create a git commit for your unsaved changes",
},
+ message: {
+ string: true,
+ alias: ["m"],
+ describe: "option to override the default Quartz commit message",
+ },
push: {
boolean: true,
default: true,
--
Gitblit v1.10.0