mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-01 22:48:14 +00:00
feat: option to specify npx quartz sync message (closes #583)
This commit is contained in:
parent
74c63e448e
commit
cf6ab9e933
2 changed files with 7 additions and 1 deletions
quartz/cli
|
@ -41,6 +41,11 @@ export const SyncArgv = {
|
|||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue