Skip to content

Commit 97d25b1

Browse files
committed
adding installing and usage sections in README
1 parent ae34edf commit 97d25b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# verify-links
22

33
CLI tool that helps verify current status of URIs in text files
4+
5+
# Installing
6+
7+
```
8+
go get github.com/npxbr/verify-links/cmd/vl
9+
```
10+
11+
# Usage
12+
13+
```
14+
-a string (Skip status code list)
15+
-a 500,400
16+
-s int (Concurrency size)
17+
-s 50 (default 50)
18+
-t duration (max timeout for each request)
19+
-t 10s or -t 1h (default 5s)
20+
-w string (whitelist URI list)
21+
-w server1.com,server2.com
22+
```

0 commit comments

Comments
 (0)