From 4c34d0e3c5ff00b92d0a1c591db5bad4569c0be3 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 25 Aug 2019 07:55:26 +1200 Subject: [PATCH] Add definition for executableFile CommandOption (#1028) --- 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 {