1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add printenv to env docs

This commit is contained in:
Kelly Brazil
2020-12-31 14:10:56 -08:00
parent e4bac3a493
commit 1f547edd36

View File

@ -1,6 +1,6 @@
# jc.parsers.env
jc - JSON CLI output utility `env` command output parser
jc - JSON CLI output utility `env` and `printenv` command output parser
This parser will output a list of dictionaries each containing `name` and `value` keys. If you would like a simple dictionary output, then use the `-r` command-line option or the `raw=True` argument in the `parse()` function.