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.