From 305b2d5aa1f61047e549b3c1db81edf15f9c1efb Mon Sep 17 00:00:00 2001 From: John Gee Date: Fri, 23 Aug 2019 23:44:33 +1200 Subject: [PATCH] Add definition for executableFile CommandOption --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 9fafd0101..b2fd9880e 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -279,6 +279,7 @@ declare namespace commander { interface CommandOptions { noHelp?: boolean; isDefault?: boolean; + executableFile?: string; } interface ParseOptionsResult {