Skip to content

Commit

Permalink
docs: add some info
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 19, 2021
1 parent 0cf67c4 commit b4c9663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protoletariat/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def _overwrite(python_file: Path, code: str) -> None:


def _echo(_: Path, code: str) -> None:
"""Write the :py:`str` `code` to stdout."""
click.echo(code)


Expand Down

0 comments on commit b4c9663

Please sign in to comment.