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`. *