Skip to content

Commit

Permalink
Minor fixes to cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Jan 24, 2025
1 parent 5238c33 commit 47f5f35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Command(BaseCommand):
def add_arguments(self, parser):
parser.add_argument(
"--dry-run",
dest="dry_run",
action="store_true",
help="Run without making any changes",
)
parser.set_defaults(dry_run=False)
Expand Down

0 comments on commit 47f5f35

Please sign in to comment.