diff options
Diffstat (limited to 'docs/content/usage.md')
| -rw-r--r-- | docs/content/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage.md b/docs/content/usage.md index df59d345..280778fe 100644 --- a/docs/content/usage.md +++ b/docs/content/usage.md @@ -21,7 +21,7 @@ Hello, hairyhenderson ### `--config` -Specify the path to a [gomplate config file](../config). The default is `.gomplate.yaml`. Can also be set with the `GOMPLATE_CONFIG` environment variable. +Specify the path to a [gomplate config file](../config). The default is `.gomplate.yaml`. Can also be set with the `GOMPLATE_CONFIG` environment variable. Setting `--config` or `GOMPLATE_CONFIG` to an empty string (`--config=""` or `export GOMPLATE_CONFIG=""`) will disable the use of a config file, skipping the default `.gomplate.yaml` file. For example: |
