Skip to content

Commit

Permalink
remove redundant props
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Oct 18, 2023
1 parent 0789fa9 commit 49a39fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cli/src/commands/profile/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export default class ImportProfile extends BaseCommand<typeof ImportProfile> {
}),
}

static strict = false

static enableJsonFlag = true

async run(): Promise<void> {
const profileConfig = loadProfileConfig(this.config)
const alias = this.flags.name ?? await defaultAlias(profileConfig)
Expand Down

0 comments on commit 49a39fb

Please sign in to comment.