Archived
1
0

Move ignore-last-opened to ipc.d.ts

This is so it can be used in VS Code. Don't tell anyone but I forgot to
run `yarn ci`.
This commit is contained in:
Asher
2020-12-15 11:14:21 -06:00
parent cc584f86b9
commit f8b782bd68
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,6 @@ export interface Args extends VsArgs {
"proxy-domain"?: string[]
locale?: string
_: string[]
"ignore-last-opened"?: boolean
"reuse-window"?: boolean
"new-window"?: boolean
@ -176,7 +175,7 @@ const options: Options<Required<Args>> = {
"ignore-last-opened": {
type: "boolean",
short: "e",
description: "Ignore the last opened directory or workspace in favor of an empty window."
description: "Ignore the last opened directory or workspace in favor of an empty window.",
},
"new-window": {
type: "boolean",