WhyNotWin11
WhyNotWin11 copied to clipboard
Extra data appears to be cut off in txt output when execute with two or more /extras options
Describe the bug
Some extra data appears to be cut off in txt output when there are two or more /extras options.
If there is only one /extras option, the extra data output is correct.
To Reproduce
Steps to reproduce the behavior:
- Execute
.\WhyNotWin11.exe /export txt /extras OS /extras BUILD /silent - Find output file
- Execute
.\WhyNotWin11.exe /export txt /extras OS /silentfor comparing
Expected behavior
The expected output should be Operating System: WIN_11
Screenshots
Wrong output screenshot
Desktop (please complete the following information):
- Version 2.6.1.1
Additional context
Add any other context about the problem here.
Try .\WhyNotWin11.exe /export txt /extras OS,BUILD /silent and let me know if the bug still occurs (or if you get an error)
.\WhyNotWin11.exe /export txt /extras OS,BUILD /silent works well without any bugs. The output is correct.
Does it suppose to use only one /extras option?
.\WhyNotWin11.exe /export txt /extras OS,BUILD /silentworks well without any bugs. The output is correct. Does it suppose to use only one/extrasoption?
Correct, but the bug exists for multiple. I'll get it fixed for future releases
Thanks for your response! I'll keep the issue open for your further reference.
Fixed in next release