diff --git a/mreg_cli/cli.py b/mreg_cli/cli.py index 8975afae..fac17e00 100644 --- a/mreg_cli/cli.py +++ b/mreg_cli/cli.py @@ -221,7 +221,6 @@ def complete(self, cur: str, words: list[str]) -> Generator[Completion | Any, An if name.startswith(cur) and cur: yield Completion( name, - display_meta=self.children[name].short_desc, start_position=-len(cur), )