Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Donnalley committed Aug 1, 2022
1 parent 648978e commit 88a453d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/command.ts
Expand Up @@ -148,7 +148,6 @@ export default abstract class Command {

static set flags(flags: Interfaces.FlagInput<any>) {
this._flags = Object.assign({}, this._flags ?? {}, this.globalFlags, flags)
// this._flags = Object.assign({}, this._flags ?? {}, flags)
}

id: string | undefined
Expand Down

0 comments on commit 88a453d

Please sign in to comment.