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

add compatibility info

This commit is contained in:
Kelly Brazil
2019-12-11 17:18:21 -08:00
parent 84b3c30b52
commit d2cba6ad2f
3 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Usage: Usage:
specify --arp as the first argument if the piped input is coming from arp specify --arp as the first argument if the piped input is coming from arp
Compatibility:
'linux', 'aix', 'freebsd', 'darwin'
Examples: Examples:
$ arp | jc --arp -p $ arp | jc --arp -p

View File

@ -3,6 +3,9 @@
Usage: Usage:
specify --df as the first argument if the piped input is coming from df specify --df as the first argument if the piped input is coming from df
Compatibility:
'linux', 'darwin'
Examples: Examples:
$ df | jc --df -p $ df | jc --df -p

View File

@ -3,6 +3,9 @@
Usage: Usage:
Specify --dig as the first argument if the piped input is coming from dig Specify --dig as the first argument if the piped input is coming from dig
Compatibility:
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'
Examples: Examples:
$ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p $ dig cnn.com www.cnn.com @205.251.194.64 | jc --dig -p