From 88a453d22eb5d3a7a52281f8a619e212a9dc463a Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 1 Aug 2022 13:44:14 -0600 Subject: [PATCH] chore: remove comment --- src/command.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command.ts b/src/command.ts index 450eca63..46065dc8 100644 --- a/src/command.ts +++ b/src/command.ts @@ -148,7 +148,6 @@ export default abstract class Command { static set flags(flags: Interfaces.FlagInput) { this._flags = Object.assign({}, this._flags ?? {}, this.globalFlags, flags) - // this._flags = Object.assign({}, this._flags ?? {}, flags) } id: string | undefined