Skip to content

Commit

Permalink
volume flag added to help table (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
salehjafarli authored Sep 5, 2023
1 parent 2319926 commit 6408d43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions radioactive/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ def show_help():
"Optional",
)

table.add_row(
"--volume",
"yes",
"Volume of radio between 0 and 100",
"50",
"Optional",
)

table.add_row("--flush", "no", "Clear your favourite list", "False", "Optional")


Expand Down

0 comments on commit 6408d43

Please sign in to comment.