what is documentation

This commit is contained in:
nebula 2025-04-23 04:40:41 +00:00
parent 18c44e9530
commit cc781bcdc4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# bink
serverless microblogging for tilde.town!
serverless microblogging for tilde.town! bink is a small project i threw together in one day.
![screenshot](/screenshot.png)

View File

@ -13,7 +13,7 @@ max_body_length = 64_000
helptext = """see https://git.tilde.town/nebula/bink for details
--help: show this message
--pipe: user stdin as post content. ex `echo "hello!" | bink.py --pipe`
--pipe: use stdin as post content. ex `echo "hello!" | bink.py --pipe`
--dump: print all posts in a json object"""
try: