From 60dc9a2607da41563233bf5e69fe16b44ac7dd6f Mon Sep 17 00:00:00 2001 From: Chad Carbert Date: Wed, 1 Apr 2020 18:06:30 -0400 Subject: [PATCH] Add helpClass to pjson.oclif types --- src/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pjson.ts b/src/pjson.ts index b3fbb1de..e0b8e6a0 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -18,6 +18,7 @@ export namespace PJSON { commands?: string; plugins?: string[]; devPlugins?: string[]; + helpClass?: string; aliases?: { [name: string]: string | null }; repositoryPrefix?: string; update: {