From cf3cc636badcf4ae6db1e5ee5e57ca0331ee5b0f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 1 Apr 2021 20:25:56 -0700 Subject: [PATCH] add dpkg-l parser info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55024653..4a75e2a7 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `--df` enables the `df` command parser - `--dig` enables the `dig` command parser - `--dmidecode` enables the `dmidecode` command parser +- `--dpkg-l` enables the `dpkg -l` command parser - `--du` enables the `du` command parser - `--env` enables the `env` and `printenv` command parser - `--file` enables the `file` command parser