1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add module usage info to docs

This commit is contained in:
Kelly Brazil
2020-08-05 13:32:59 -07:00
parent 7432442983
commit 7131c29718
114 changed files with 686 additions and 116 deletions

View File

@ -1,9 +1,14 @@
"""jc - JSON CLI output utility env Parser
Usage:
Usage (cli):
specify --env as the first argument if the piped input is coming from env
Usage (module):
import jc.parsers.env
result = jc.parsers.env.parse(env_command_output)
Compatibility:
'linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'