mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-04 18:06:40 +00:00
update usage instructions
This commit is contained in:
parent
beed1f613d
commit
f25c8f31fd
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -10,9 +10,11 @@ JSON to Env Var converter
|
|||
Usage: json2env.exe [OPTIONS]
|
||||
|
||||
Options:
|
||||
-i, --input <FILE> Input file, defaults to STDIN if not specified
|
||||
-o, --output <FILE> Output file, defaults to STDOUT if not specified
|
||||
-s, --separator <STRING> Separator for nested keys
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
-i, --input <FILE> Input file, defaults to STDIN if not specified
|
||||
-o, --output <FILE> Output file, defaults to STDOUT if not specified
|
||||
-s, --key-separator <STRING> Separator for nested keys [default: __]
|
||||
-S, --array-separator <STRING> Separator for array elements [default: ,]
|
||||
-e, --enumerate-array Separate array elements in multiple environment variables
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue