diff --git a/typings/index.d.ts b/typings/index.d.ts index 781fb832c..89f95e20c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -61,7 +61,7 @@ export class Argument { /** * Only allow argument value to be one of choices. */ - choices(values: string[]): this; + choices(values: readonly string[]): this; /** * Make option-argument required.