diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-22 01:51:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-22 01:51:52 +0700 |
| commit | 2a4376d5ddeee82d4ef38f4953453abb43e85220 (patch) | |
| tree | fd28f274ba9d0f06a69e4bc054b0443f7f4500d8 /brokenlinks/options.go | |
| parent | 79eaccc81b85eb92dab9cf18d52662f367903652 (diff) | |
| download | jarink-2a4376d5ddeee82d4ef38f4953453abb43e85220.tar.xz | |
brokenlinks: print the progress to stderr
Each time the scan start, new queue add, fetching start, print the
message to stderr.
This remove the verbose options for better user experience.
Diffstat (limited to 'brokenlinks/options.go')
| -rw-r--r-- | brokenlinks/options.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/brokenlinks/options.go b/brokenlinks/options.go index 2703f8d..e5f9fcf 100644 --- a/brokenlinks/options.go +++ b/brokenlinks/options.go @@ -27,8 +27,6 @@ type Options struct { IgnoreStatus string ignoreStatus []int - IsVerbose bool - // Insecure do not report error on server with invalid certificates. Insecure bool } |
