Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
chore: Don't make cli_interpreter self callable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Oct 1, 2021
1 parent aa9e6b3 commit fe59cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piston/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def cli_shell(ctx: click.Context, language: str) -> None:
)


@cli_app.command("interpreter", default_command=True)
@cli_app.command(default_command=True)
@click.argument(
"src",
type=click.Path(exists=True, file_okay=True, dir_okay=True, readable=True, allow_dash=True),
Expand Down

0 comments on commit fe59cc3

Please sign in to comment.