F
This commit is contained in:
@@ -145,7 +145,8 @@ class PipeObject:
|
||||
title_text = cmdlet_name
|
||||
|
||||
# Color the title (requested: yellow instead of Rich's default blue-ish title).
|
||||
debug_inspect(self, title=f"[yellow]{title_text}[/yellow]")
|
||||
# We disable value=False to avoid duplicating the object repr which is redundant with the attribute listing
|
||||
debug_inspect(self, title=f"[yellow]{title_text}[/yellow]", value=False)
|
||||
|
||||
def to_dict(self) -> Dict[str, Any]:
|
||||
"""Serialize to dictionary, excluding None and empty values."""
|
||||
|
||||
Reference in New Issue
Block a user