what is documentation
This commit is contained in:
parent
18c44e9530
commit
cc781bcdc4
@ -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.
|
||||
|
||||

|
||||
|
||||
|
2
bink.py
2
bink.py
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user