projects
/
waybacktweets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704f073
)
add command -h
author
Claromes
<clarissamendes@alunos.utfpr.edu.br>
Tue, 14 Jan 2025 12:27:50 +0000
(09:27 -0300)
committer
Claromes
<clarissamendes@alunos.utfpr.edu.br>
Tue, 14 Jan 2025 12:27:50 +0000
(09:27 -0300)
waybacktweets/_cli.py
patch
|
blob
|
history
diff --git
a/waybacktweets/_cli.py
b/waybacktweets/_cli.py
index 231d243b1d0fd283d4d33331bdf17234865d4562..4fc34b51afc41ce1b1efb5d1a633f5c22097d681 100644
(file)
--- a/
waybacktweets/_cli.py
+++ b/
waybacktweets/_cli.py
@@
-39,7
+39,7
@@
def _parse_date(
raise click.BadParameter("Date must be in format YYYYmmdd")
-@click.command()
+@click.command(
context_settings={"help_option_names": ["-h", "--help"]}
)
@click.argument("username", type=str)
@click.option(
"-c",