mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-09 23:29:07 +01:00
add -h flag (#25)
Co-authored-by: Mæve Rey <42996147+m-rey@users.noreply.github.com>
This commit is contained in:
parent
e14b1af877
commit
e9da9b4548
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def get_client_credentials(instance: str) -> Tuple[str, str]:
|
|||
)
|
||||
|
||||
|
||||
@click.group()
|
||||
@click.group(context_settings=dict(help_option_names=["-h", "--help"]))
|
||||
@click.option("-d", "--debug", is_flag=True, help="Print debug messages.")
|
||||
def cli(debug: bool) -> None:
|
||||
"""A program to play music your friends post on Mastodon."""
|
||||
|
|
Loading…
Reference in a new issue