From 08ec04ea2f1287966fdefe9c1b28a760cd00dcb8 Mon Sep 17 00:00:00 2001 From: Dmitrii Maganov Date: Tue, 11 Feb 2020 13:03:13 +0300 Subject: [PATCH] Type commands property (#1184) --- 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`. *