Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 29, 2023
1 parent 4299277 commit b3af56c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ type arguments struct {
FollowSitemapXML bool `long:"follow-sitemap-xml" description:"Scrape only pages listed in sitemap.xml"`
RawHeaders []string `long:"header" value-name:"<header>..." description:"Custom headers"`
IgnoreFragments bool `short:"f" long:"ignore-fragments" description:"Ignore URL fragments"`
JSONOutput bool `long:"json" description:"Output results in JSON"`
// TODO Integrate this option into --verbose in v3.
// TODO Merge text, JSON, and JUnit XML format options into --format.
JSONOutput bool `long:"json" description:"Output results in JSON"`
// TODO Integrate this option into --verbose.
VerboseJSON bool `long:"experimental-verbose-json" description:"Include successful results in JSON"`
JUnitOutput bool `long:"junit" description:"Output results as JUnit XML file"`
MaxRedirections int `short:"r" long:"max-redirections" value-name:"<count>" default:"64" description:"Maximum number of redirections"`
Expand Down

0 comments on commit b3af56c

Please sign in to comment.