diff --git a/typings/index.d.ts b/typings/index.d.ts index 9f3d8dff8..946fe0d2f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -277,6 +277,7 @@ export class Command { processedArgs: any[]; commands: Command[]; parent: Command | null; + readonly options: Readonly