Remove short flag from README

This commit is contained in:
Adriano Caloiaro 2023-05-29 20:07:35 -06:00
parent c9df42c11d
commit a2083cb7d8
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -132,9 +132,9 @@ It's even possible to provide default/example values for every environment varia
| Name | Description | Example | Default |
| -------------------- | --------------------------------------------------- | --------------------------------------------------------- | ----------------------------- |
| `-e`/`--env-file` | The name of the environment file | `--env-file=.secrets` | `--env-file=.env` |
| `-s`/`--sample-file` | The name of the sample environment file | `--sample-file=secrets.example` | `--sample-file=env.sample` |
| `-x`/`--example` | Provide examples for specific environment variables | `--example=FOO="Example FOO" --example=BAR="Example BAR"` | `--example=VAR=<VAR>` |
| `--env-file` | The name of the environment file | `--env-file=.secrets` | `--env-file=.env` |
| `--sample-file` | The name of the sample environment file | `--sample-file=secrets.example` | `--sample-file=env.sample` |
| `--example` | Provide examples for specific environment variables | `--example=FOO="Example FOO" --example=BAR="Example BAR"` | `--example=VAR=<VAR>` |
## Pre-commit Configuration Examples