Add example, according to issue #3752 (#6094)

* Add example, according to issue #3752

* Add list options

* Replace generic IPs

* Remove chars < and >

* Update docs/src/content/concepts-options.md

Perfect

Co-authored-by: Maximilian Hils <github@maximilianhils.com>

---------

Co-authored-by: Maximilian Hils <github@maximilianhils.com>
This commit is contained in:
Thomas Bucaioni 2023-05-08 11:30:59 +02:00 committed by GitHub
parent 93d16af383
commit 90686abe82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,11 @@ persistent by saving the settings out to a YAML configuration file (please see
the specific tool's interactive help for details on how to do this).
For all tools, options can be set directly by name using the `--set`
command-line option. Please see the command-line help (`--help`) for usage.
command-line option. Please see the command-line help (`--help`) for usage. Example:
```
mitmproxy --set anticomp=true
mitmweb --set ignore_hosts=example.com --set ignore_hosts=example.org
```
## Available Options