Compare commits
1 Commits
cd7cfe451c
...
ldaptool-0
Author | SHA1 | Date | |
---|---|---|---|
357b1ae9cb |
@ -14,7 +14,7 @@ from ldaptool._utils import argclasses
|
|||||||
from ldaptool._utils.ldap import Result, SizeLimitExceeded
|
from ldaptool._utils.ldap import Result, SizeLimitExceeded
|
||||||
|
|
||||||
|
|
||||||
class TableOutput(enum.StrEnum):
|
class TableOutput(enum.Enum):
|
||||||
MARKDOWN = "markdown"
|
MARKDOWN = "markdown"
|
||||||
CSV = "csv"
|
CSV = "csv"
|
||||||
HTML = "html"
|
HTML = "html"
|
||||||
|
Reference in New Issue
Block a user