update devchat options
This commit is contained in:
parent
84222db4cc
commit
7f6a423045
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user