silly app
This commit is contained in:
parent
eaafbcd6cf
commit
afe81af496
1 changed files with 11 additions and 0 deletions
11
camisatoshi_wordpress_reports/main.py
Normal file
11
camisatoshi_wordpress_reports/main.py
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
import typer
|
||||||
|
|
||||||
|
|
||||||
|
app = typer.Typer()
|
||||||
|
|
||||||
|
|
||||||
|
@app.command()
|
||||||
|
def check_health(url: str):
|
||||||
|
print(
|
||||||
|
f"Ehem... Yeah... so... I've definitely checked {url}... I just don't remember clearly if it was alive or not..."
|
||||||
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue