logo

ap-client

CLI-based client / toolbox for ActivityPub Client-to-Servergit clone https://hacktivis.me/git/ap-client.git
commit: 8d53d20501c7c5702b01d1ba70127ff4287eb5e3
parent f6fbb8c8f5b6f4259cb50b415054525de36df6fd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Apr 2023 14:57:48 +0200

script/ap-fetch: Fix pod

Diffstat:

Mscript/ap-fetch10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/script/ap-fetch b/script/ap-fetch @@ -26,18 +26,22 @@ B<ap-fetch> [-r|-j|-u <user:pass>] <URI> ap-fetch fetches an URI, decodes it as an ActivityStream object. -=item -j +=over 4 + +=item B<-j> Pipe into jq(1) -=item -r +=item B<-r> Raw output, print server's output without any decoding -=item -u user:pass +=item B<-u user:pass> Pass username and password for HTTP Basic Auth. +=back + =head1 LICENSE BSD-3-Clause