Skip to content

Commit 5d3dd5b

Browse files
committed
revert to previous "No command given." for plain "dotenv run"
1 parent 05d38f2 commit 5d3dd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def unset(ctx: click.Context, key: Any) -> None:
156156
sys.exit(1)
157157

158158

159-
@cli.command(context_settings={"ignore_unknown_options": True}, add_help_option=False, no_args_is_help=True)
159+
@cli.command(context_settings={"ignore_unknown_options": True}, add_help_option=False)
160160
@click.pass_context
161161
@click.option(
162162
"--override/--no-override",

0 commit comments

Comments
 (0)