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 @@
-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.