We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1bf88 commit 1902296Copy full SHA for 1902296
src/node/cli.ts
@@ -152,12 +152,12 @@ const options: Options<Required<Args>> = {
152
"new-window": {
153
type: "boolean",
154
short: "n",
155
- description: "Force to open a new window. (use with open-in)",
+ description: "Force to open a new window.",
156
},
157
"reuse-window": {
158
159
short: "r",
160
- 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.",
161
162
163
locale: { type: "string" },
0 commit comments