From 26d5529d86e4e459ad94226465c3697a050af0ac Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 6 Apr 2021 10:03:51 -0700 Subject: [PATCH] remove aix support, add note for -s support. schema update --- docs/parsers/finger.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/parsers/finger.md b/docs/parsers/finger.md index 530a5480..4114225c 100644 --- a/docs/parsers/finger.md +++ b/docs/parsers/finger.md @@ -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 } ]