diff --git a/rich_objects/display.py b/rich_objects/display.py index 5dbbaf7..3f65c3d 100755 --- a/rich_objects/display.py +++ b/rich_objects/display.py @@ -232,8 +232,8 @@ def rich_table_factory( def display( obj: Any, - fmt: OutputFormat, - style: OutputStyle, + fmt: OutputFormat = OutputFormat.TABLE, + style: OutputStyle = OutputStyle.ALL, indent: int = 2, columns: Optional[list[str]] = None, console: Optional[Console] = None,