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

add zpool-status parser

This commit is contained in:
Kelly Brazil
2023-02-02 15:57:15 -08:00
parent 7361eac1a4
commit cd8d43446b
3 changed files with 158 additions and 1 deletions

View File

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