update devchat options

This commit is contained in:
bobo.yang 2023-05-03 21:19:02 +08:00 committed by Rankin Zheng
parent 84222db4cc
commit 7f6a423045

View File

@ -74,10 +74,10 @@ class DevChat {
args.push("-r", options.reference.join(",")); args.push("-r", options.reference.join(","));
} }
if (options.header) { if (options.header) {
args.push("--header", options.header.join(",")); args.push("-i", options.header.join(","));
} }
if (options.context) { if (options.context) {
args.push("--context", options.context.join(",")); args.push("-c", options.context.join(","));
} }
args.push(content) args.push(content)