Skip to content

Commit 6f1f973

Browse files
committed
Add legacy yes and no
1 parent e9dfcc9 commit 6f1f973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/cell-level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ If a cell has exported variables, the user will be prompted to set these variabl
184184
| Mode | Description |
185185
| -------------- | ----------------------------------------------------------------------------------------------------- |
186186
| auto [default] | Prompt when environment variable has no value (e.g. loaded from .env). |
187-
| always | Always prompt allow for environment variable. Use existing value as placeholder if present. |
188-
| never | Never prompt for any environment variables. Evaluate expression and values as is or leave them empty. |
187+
| always / yes | Always prompt allow for environment variable. Use existing value as placeholder if present. |
188+
| never / no | Never prompt for any environment variables. Evaluate expression and values as is or leave them empty. |
189189
190190
**How to Set PromptEnv**
191191

0 commit comments

Comments
 (0)