From 1f547edd361e66b19ccbcb59f6ba0ae78f6080ce Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 31 Dec 2020 14:10:56 -0800 Subject: [PATCH] add printenv to env docs --- docs/parsers/env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parsers/env.md b/docs/parsers/env.md index 04b998a8..eb70a4bd 100644 --- a/docs/parsers/env.md +++ b/docs/parsers/env.md @@ -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.