1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+10 -7
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:
@@ -64,12 +66,13 @@ Returns:
[
{
"login": string,
"name": string,
"tty": string,
"idle": string, # null if empty
"login_time": string,
"details": string
"login": string,
"name": string,
"tty": string,
"idle": string, # null if empty
"login_time": string,
"details": string,
"tty_writeable": boolean
}
]