Skip to content

Commit

Permalink
Add clear screen option to list of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-chad committed Jun 26, 2022
1 parent 2832f03 commit 3ae25ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dstatic/dstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def list_commands() -> None:
print(" shift 1 - 5 Color cycle time. 1-Fast, 3-Default, 5-Slow")
print(" r,t,y,u,i,o,p,[ Set single color")
print(" f Freeze screen until 'f' is pressed again.")
print(" l Clear the screen wait 2 seconds and start again")


def list_colors() -> None:
Expand Down

0 comments on commit 3ae25ae

Please sign in to comment.