From a70b8dd7eb588ff4528d0a0938f24252bcf2aa35 Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Mon, 10 Feb 2020 19:22:34 +0300 Subject: [PATCH] Type commands property --- typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index c19690744..39b4076e8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -32,6 +32,8 @@ declare namespace commander { args: string[]; + commands: Command[]; + /** * Set the program version to `str`. *