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:
@ -2,6 +2,8 @@
|
|||||||
# jc.parsers.finger
|
# jc.parsers.finger
|
||||||
jc - JSON CLI output utility `finger` command output parser
|
jc - JSON CLI output utility `finger` command output parser
|
||||||
|
|
||||||
|
Supports `-s` output option. Does not support the `-l` detail option.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ finger | jc --finger
|
$ finger | jc --finger
|
||||||
@ -17,7 +19,7 @@ Usage (module):
|
|||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|
||||||
'linux', 'darwin', 'cygwin', 'aix', 'freebsd'
|
'linux', 'darwin', 'cygwin', freebsd'
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
@ -64,12 +66,13 @@ Returns:
|
|||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"login": string,
|
"login": string,
|
||||||
"name": string,
|
"name": string,
|
||||||
"tty": string,
|
"tty": string,
|
||||||
"idle": string, # null if empty
|
"idle": string, # null if empty
|
||||||
"login_time": string,
|
"login_time": string,
|
||||||
"details": string
|
"details": string,
|
||||||
|
"tty_writeable": boolean
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user