use posix style paths for all path ops

This commit is contained in:
Jacky Zhao 2023-08-02 23:04:26 -07:00
parent de72dd4e4a
commit 663c41fa41
7 changed files with 6 additions and 13 deletions

View file

@ -49,12 +49,6 @@ const SyncArgv = {
default: true,
describe: "push updates to your Quartz fork",
},
force: {
boolean: true,
alias: ["f"],
default: true,
describe: "whether to apply the --force flag to git commands",
},
pull: {
boolean: true,
default: true,