Skip to content

Commit

Permalink
Remove readonly for spec.alias args
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnesfield committed Mar 29, 2024
1 parent 7daba9b commit ca73572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/spec.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit ca73572

Please sign in to comment.