diff --git a/src/core/spec.types.ts b/src/core/spec.types.ts index abd8c9c..abe6f5a 100644 --- a/src/core/spec.types.ts +++ b/src/core/spec.types.ts @@ -39,7 +39,7 @@ export interface Spec { * @param args The alias arguments. * @returns `this` for chaining. */ - alias(alias: string | string[], args?: string | readonly string[]): this; + alias(alias: string | string[], args?: string | string[]): this; /** * Setup the options for the current option or command. *