Skip to content

Commit

Permalink
remove type coercion
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Sep 7, 2022
1 parent 6651618 commit e60431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/structure/src/interactive_cli/command_builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class CommandBuilder {
}

@lazy() get args() {
return this.opts.cmd.parsed._ as string[]
return this.opts.cmd.parsed._
}

private async generate(type: string) {
Expand Down

0 comments on commit e60431b

Please sign in to comment.