Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: use correct terminology for newly stable feature
  • Loading branch information
Hilzu committed Sep 23, 2025
commit 0b555dcce84cece29c6ef66b182eccbc43f85b0f
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ added: v22.9.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/59925
description: The `--env-file-if-exists` flag is now stable.
description: The `--env-file-if-exists` flag is no longer experimental.
-->

Behavior is the same as [`--env-file`][], but an error is not thrown if the file
Expand All @@ -897,7 +897,7 @@ added: v20.6.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/59925
description: The `--env-file` flag is now stable.
description: The `--env-file` flag is no longer experimental.
- version:
- v21.7.0
- v20.12.0
Expand Down
Loading