From c8b7825b56b9a36cf1f4eb01071af0a983950236 Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 28 May 2023 23:49:03 +0200 Subject: [PATCH] Update README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be8fcfb..f5a7cc5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ Archives the list of URLs provided on the standard input. +```plain +Usage of /bin/pad-archiver: + -C string + git directory (default "/repo") + -password string + password + -push + push repository to remote + -url string + url of remote + -username string + username +``` + ```shell go build pad-archiver < pads.txt @@ -11,7 +25,7 @@ pad-archiver < pads.txt ## Using in GitLab CI -``` +```yaml Archive pads: image: ghcr.io/dadada/pad-archiver rules: