INNER CODE UNIT · Python
help
iterative/mlem · mlem/cli/main.py:246
def help(self, value):
self._help = value
class MlemGroup(MlemMixin, TyperGroup):
order = ["common", "object", "runtime", "other"]
def __init__(
self,
name: Optional[str] = None,
commands: Optional[
Union[Dict[str, Command], Sequence[Command]]
] = None,
section: str = "other",
aliases: List[str] = None,
help: str = None,
**attrs: Any,
) -> None: