Skip to content

Commit

Permalink
feature: add support for multi region param
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayElkana committed May 21, 2024
1 parent fd2a454 commit 45eae8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands-base/base-command.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Command, Flags } from '@oclif/core';

import { regionFlag } from 'commands/utils/region';
import { PrintCommandContext } from 'types/commands/base-command';
import { printGeneratedCommand } from 'utils/command-printer';
import logger from 'utils/logger';
Expand Down

0 comments on commit 45eae8d

Please sign in to comment.