Skip to content

Commit

Permalink
Formats options/flags table
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Aug 31, 2024
1 parent a87d85d commit cc1d7c9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc1d7c9

Please sign in to comment.