Skip to content

Commit

Permalink
Update options.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Oct 24, 2021
1 parent 3a38f8d commit 6af865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runner/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func ParseOptions() *Options {
flagSet.SetDescription(`Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump, filtering and manipulation via DSL language, upstream HTTP/Socks5 proxy`)

createGroup(flagSet, "output", "Output",
// flagSet.BoolVar(&options.Dump, "dump", true, "Dump HTTP requests/response to output file"),
// Todo: flagSet.BoolVar(&options.Dump, "dump", true, "Dump HTTP requests/response to output file"),
flagSet.StringVarP(&options.OutputDirectory, "output", "o", "logs", "Output Directory to store proxy logs"),
flagSet.BoolVar(&options.DumpRequest, "dump-req", false, "Dump only HTTP requests to output file"),
flagSet.BoolVar(&options.DumpResponse, "dump-resp", false, "Dump only HTTP responses to output file"),
Expand Down

0 comments on commit 6af865b

Please sign in to comment.