Skip to content

Commit

Permalink
fix: change --dry_run into valid --dry-run option
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 3, 2024
1 parent 1841545 commit 2e7861b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run(argv: Optional[Sequence[str]] = None):
help="Strip prefix given with --prefix from environment variables names",
)
_ = parser.add_argument(
"--dry_run",
"--dry-run",
action="store_true",
help="Return parsed .env instead of running command",
)
Expand Down

0 comments on commit 2e7861b

Please sign in to comment.