aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks/options.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-22 01:51:52 +0700
committerShulhan <ms@kilabit.info>2026-01-22 01:51:52 +0700
commit2a4376d5ddeee82d4ef38f4953453abb43e85220 (patch)
treefd28f274ba9d0f06a69e4bc054b0443f7f4500d8 /brokenlinks/options.go
parent79eaccc81b85eb92dab9cf18d52662f367903652 (diff)
downloadjarink-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.go2
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
}