Skip to content

Commit

Permalink
fix #10
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
  • Loading branch information
boomzero authored Nov 9, 2024
1 parent 0034af1 commit 077079b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ program
)
.option("-c, --cid <number>", "Contest to submit to", "-1")
.option(
"-c --config",
"-C, --config",
"Path to config file",
os.homedir() + "/quicksubmit.json",
os.homedir() + path.sep +"quicksubmit.json",
)
.option("-O, --O2 <boolean>", "Whether to enable O2", true)
.description("Submit code to XMOJ.")
Expand Down

0 comments on commit 077079b

Please sign in to comment.