1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

add zpool-iostat parser

This commit is contained in:
Kelly Brazil
2023-01-31 11:59:19 -08:00
parent 098e8dbef6
commit d0b8a91f94
2 changed files with 133 additions and 1 deletions

View File

@ -200,7 +200,8 @@ parsers: List[str] = [
'xml',
'xrandr',
'yaml',
'zipinfo'
'zipinfo',
'zpool-iostat'
]
def _cliname_to_modname(parser_cli_name: str) -> str: