Skip to content

Commit

Permalink
[eas-cli] Drop args from metadata:configure
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Kozyra <wojciech.kozyra@swmansion.com>
  • Loading branch information
byCedric and wkozyra95 authored Jun 7, 2022
1 parent 0086f52 commit c8ea183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eas-cli/src/commands/metadata/configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default class MetadataConfigure extends EasCommand {
}),
};

static args = [];

async runAsync(): Promise<void> {
const { flags: rawFlags } = await this.parse(MetadataConfigure);
const flags = await this.sanitizeFlagsAsync(rawFlags);
Expand Down

0 comments on commit c8ea183

Please sign in to comment.