Summary
The documentation on https://www.novamoduletools.com/core-workflows.html#test uses the PowerShell-style -WhatIf switch in CLI-oriented wording, where it should use the command-line form --what-if.
Steps to reproduce
- Open
https://www.novamoduletools.com/core-workflows.html#test.
- Go to the test workflow section.
- Find this text:
- Use -WhatIf if you want to preview the test run and output path without creating the results directory or invoking Pester.
Expected behavior
In command-line / nova CLI documentation, the flag should be shown as --what-if instead of the PowerShell cmdlet form -WhatIf.
Actual behavior
The page currently says:
- Use -WhatIf if you want to preview the test run and output path without creating the results directory or invoking Pester.
That wording matches PowerShell cmdlet syntax, not the command-line view.
NovaModuleTools version
2.1.1-preview04
Where did you hit the issue?
Other
Command or cmdlet
https://www.novamoduletools.com/core-workflows.html#test
Relevant output or logs
On https://www.novamoduletools.com/core-workflows.html#test
- Use -WhatIf if you want to preview the test run and output path without creating the results directory or invoking Pester.
- is not different for command-line view. should be --what-if.
Relevant project.json snippet
Operating system
macOS 26.4.1
PowerShell version
7.5.4
Shell
zsh
Installation method
Installed nova launcher
Regression?
Not sure
Additional context
This looks like end-user documentation for the CLI view, so using the PowerShell switch form is misleading. The page should use CLI-style option naming consistently where it describes nova command usage.
Pre-submit checklist
Summary
The documentation on
https://www.novamoduletools.com/core-workflows.html#testuses the PowerShell-style-WhatIfswitch in CLI-oriented wording, where it should use the command-line form--what-if.Steps to reproduce
https://www.novamoduletools.com/core-workflows.html#test.Expected behavior
In command-line /
novaCLI documentation, the flag should be shown as--what-ifinstead of the PowerShell cmdlet form-WhatIf.Actual behavior
The page currently says:
That wording matches PowerShell cmdlet syntax, not the command-line view.
NovaModuleTools version
2.1.1-preview04
Where did you hit the issue?
Other
Command or cmdlet
https://www.novamoduletools.com/core-workflows.html#test
Relevant output or logs
Relevant
project.jsonsnippet{}Operating system
macOS 26.4.1
PowerShell version
7.5.4
Shell
zsh
Installation method
Installed nova launcher
Regression?
Not sure
Additional context
This looks like end-user documentation for the CLI view, so using the PowerShell switch form is misleading. The page should use CLI-style option naming consistently where it describes
novacommand usage.Pre-submit checklist