1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add who command parser

This commit is contained in:
Kelly Brazil
2020-03-01 16:30:04 -08:00
parent f832b88755
commit 07c1be9e9a
2 changed files with 170 additions and 0 deletions

View File

@ -61,6 +61,7 @@ parsers = [
'uname',
'uptime',
'w',
'who',
'xml',
'yaml'
]