Archived
1
0

refactor: remove --home flag/feature

We are removing this because it was removed upstream in PR~115599.
This commit is contained in:
Joe Previte
2021-03-16 12:18:33 -07:00
parent ae02023454
commit 0c2708302d
5 changed files with 31 additions and 51 deletions

View File

@ -56,7 +56,6 @@ export interface Args extends VsArgs {
"new-window"?: boolean
link?: OptionalString
home?: string
}
interface Option<T> {
@ -201,10 +200,6 @@ const options: Options<Required<Args>> = {
`,
beta: true,
},
home: {
type: "string",
description: "Set a custom link for the 'Go Home' button in the Application Menu",
},
}
export const optionDescriptions = (): string[] => {