1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

remove aix support, add note for -s support. schema update

This commit is contained in:
Kelly Brazil
2021-04-06 10:03:51 -07:00
parent 852103c478
commit 26d5529d86

View File

@ -2,6 +2,8 @@
# jc.parsers.finger
jc - JSON CLI output utility `finger` command output parser
Supports `-s` output option. Does not support the `-l` detail option.
Usage (cli):
$ finger | jc --finger
@ -17,7 +19,7 @@ Usage (module):
Compatibility:
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
'linux', 'darwin', 'cygwin', freebsd'
Examples:
@ -69,7 +71,8 @@ Returns:
"tty": string,
"idle": string, # null if empty
"login_time": string,
"details": string
"details": string,
"tty_writeable": boolean
}
]