Remove references to --open-in flag
This commit is contained in:
parent
bb1bf88439
commit
1902296702
@ -152,12 +152,12 @@ const options: Options<Required<Args>> = {
|
|||||||
"new-window": {
|
"new-window": {
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
short: "n",
|
short: "n",
|
||||||
description: "Force to open a new window. (use with open-in)",
|
description: "Force to open a new window.",
|
||||||
},
|
},
|
||||||
"reuse-window": {
|
"reuse-window": {
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
short: "r",
|
short: "r",
|
||||||
description: "Force to open a file or folder in an already opened window. (use with open-in)",
|
description: "Force to open a file or folder in an already opened window.",
|
||||||
},
|
},
|
||||||
|
|
||||||
locale: { type: "string" },
|
locale: { type: "string" },
|
||||||
|
Loading…
Reference in New Issue
Block a user