Skip to content

Commit

Permalink
changed __main__ click docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Jun 23, 2023
1 parent eed6943 commit bb1023f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/phub/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

def main(url: str, key: str, quality: str, output: str, noconfirm: str) -> None:
'''
Main script.
Small downloading CLI script for PHUB.
See https://github.com/Egsagon/PHUB.
'''

if not any((url, key)):
Expand Down

0 comments on commit bb1023f

Please sign in to comment.