From f25c8f31fd0d0138c0b7c0fca9de1bf6784e0c34 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Sun, 10 Nov 2024 10:50:52 +0100 Subject: [PATCH] update usage instructions --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 515be99..d9fbf0d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ JSON to Env Var converter Usage: json2env.exe [OPTIONS] Options: - -i, --input Input file, defaults to STDIN if not specified - -o, --output Output file, defaults to STDOUT if not specified - -s, --separator Separator for nested keys - -h, --help Print help - -V, --version Print version + -i, --input Input file, defaults to STDIN if not specified + -o, --output Output file, defaults to STDOUT if not specified + -s, --key-separator Separator for nested keys [default: __] + -S, --array-separator Separator for array elements [default: ,] + -e, --enumerate-array Separate array elements in multiple environment variables + -h, --help Print help + -V, --version Print version ```