def ConfigCompleter(prefix, **kwargs): from rez.config import config return config.get_completions(prefix)