Commit a02d0175 authored by Jan Reimes's avatar Jan Reimes
Browse files

📝 docs(base): add new output formats ISON and TOON to OutputFormat enum

parent 4431e01e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ class OutputFormat(StrEnum):

    TABLE = auto()
    JSON = auto()
    ISON = auto()
    TOON = auto()
    YAML = auto()