From cc1d7c9cc23bd9fc6e91099fd8c53e919a6ebe00 Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos <4732915+cuducos@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:31:34 -0400 Subject: [PATCH] Formats options/flags table --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48f44c1..96ed4c2 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,14 @@ $ createnv | `--target` | File to write the result | `.env` | | `--source` | File to use as a sample | `.env.sample` | | `--chars-for-random-string` | Characters used to create random strings | All ASCII letters, numbers and a few extra characters (`!@#$%^&*(-_=+)`) | -| `--stdout` | Write to `stdout` instead of a file | | -| `--overwrite` | Do not ask before overwriting files | | -| `--use-default` | Do not ask for input on fields that have a default value | | + +### Flags + +| Option | Description | +|---|---| +| `--stdout` | Write to `stdout` instead of a file | +| `--overwrite` | Do not ask before overwriting files | +| `--use-default` | Do not ask for input on fields that have a default value | ## Format of sample files