mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-02 08:15:22 +00:00
remove superfluous option
This commit is contained in:
parent
1ee54f7d73
commit
f8926170a5
@ -113,11 +113,6 @@ class ConsoleAddon:
|
||||
"console_mouse", bool, True,
|
||||
"Console mouse interaction."
|
||||
)
|
||||
loader.add_option(
|
||||
"console_external_viewer_default", str, "vi",
|
||||
"External viewer for flow body. Set environment variable $MITMPROXY_EDITOR "
|
||||
"to change default."
|
||||
)
|
||||
|
||||
@command.command("console.layout.options")
|
||||
def layout_options(self) -> typing.Sequence[str]:
|
||||
|
Loading…
Reference in New Issue
Block a user