From 9ca7310a19fd6fb4a569d28ee2df068e8f2d9a9e Mon Sep 17 00:00:00 2001
From: Stiwi Gabriel Courage
Date: Wed, 6 May 2026 16:18:14 +0200
Subject: [PATCH] fix(#153): update command-line test workflow wording in
documentation - Change CLI preview flag wording to `--what-if` in
`docs/core-workflows.html` - Maintain PowerShell `-WhatIf` wording only in
the PowerShell view
---
CHANGELOG.md | 4 ++++
docs/core-workflows.html | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d511e809..9637225e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,10 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
### Fixed
+- Fix the command-line test workflow wording in `docs/core-workflows.html` so the CLI preview flag is shown as
+ `--what-if`.
+ - The GitHub Pages guide now keeps the PowerShell `-WhatIf` wording only in the PowerShell view and shows
+ `--what-if` in the command-line view.
- Add a PowerShell installed-tool version view through `Get-NovaProjectInfo -Installed`.
- PowerShell now exposes the installed `NovaModuleTools` module name and version directly instead of requiring the
launcher-only `% nova --version` path.
diff --git a/docs/core-workflows.html b/docs/core-workflows.html
index 14e89bcc..f62e2606 100644
--- a/docs/core-workflows.html
+++ b/docs/core-workflows.html
@@ -199,7 +199,11 @@ Run the tests
-OutputRenderMode are PowerShell cmdlet parameters, so switch to the PowerShell
view when you need those controls.
- Use -WhatIf if you want to preview the test run and output path without creating the
+
Use -WhatIf if you want to preview the test run and
+ output path without creating the
+ results directory or invoking Pester.
+ Use --what-if if you want to preview the
+ test run and output path without creating the
results directory or invoking Pester.