From 8a7ca87ddcd3c37a7a3c5d883418fb5725a5a2f0 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Mon, 29 Aug 2022 19:42:11 -0300 Subject: [PATCH] expose options as readonly --- typings/index.d.ts | 1 + typings/index.test-d.ts | 1 + 2 files changed, 2 insertions(+) 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