Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Oct 15, 2023
1 parent 71b727e commit f069ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raspi_poe_mon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def clear():
@app.command()
def text(content: str, mode: str):
"""
show some text of your own choosing on the display
show some text of your own choosing on the display (not available yet)
"""
# text with different modes: center, marquee, ...?
print("not yet implemented")
Expand Down

0 comments on commit f069ef2

Please sign in to comment.