Jeff Hicks
Jeff Hicks
I'll add my vote on this. In Windows Terminal, the only way you can adjust the display is to modify the color scheme definition for values like Blue and Cyan.
Part of the challenge is that there is little documentation on how all of this works. For example, I'm not sure what gets passed to an output handler or how...
Since now you seem to be getting a list of all functions, you should also be able to use Get-Command to discover the exported functions and compare. You could use...
I read through your documentation on _why_ I guess my question is if your _how_ is the best way.
That helps. I might have to disagree about comments. Properly inserted code comments are valuable and something the PowerShell community recommends. Remember, many people writing or using PowerShell modules aren't...
After additional testing and experimentation, it appears that the order of parameters in the markdown under `##PARAMETERS` will be applied to the syntax in the generated MAML. Part of the...
I understand all of that. I am trying to maintain consistency, especially for IT Pros using PowerShell. I get discouraged when I train and explain -Whatif, only to discover commands...
I can't help but wonder in reading this if your module needs a little refactoring. 700 commands is a very large number of commands. The most I can find on...
@JustinGrote I rarely write comment-based help anymore. I'm running Platyps against clean code. I think a big part of the challenge how the dynamic parameter(s) are being detected.
I guess I don't see a problem with this approach. The `-Full` parameter may have to be dynamic since `--include-unknown` looks like a recent addition to winget.