diff --git a/src/kontrol/options.py b/src/kontrol/options.py index d86b01b36..f258e693b 100644 --- a/src/kontrol/options.py +++ b/src/kontrol/options.py @@ -74,6 +74,12 @@ def default() -> dict[str, Any]: 'port': None, } + @staticmethod + def from_option_string() -> dict[str, str]: + return { + 'log-rewrites': 'log_succ_rewrites', + } + class TraceOptions(Options): active_tracing: bool