Tim Biggin
Tim Biggin
How do you create your docs? Do you use platyPS? Does it pull straight from the PowerShell code or is the markdown the source of truth? If the markdown was...
Okay, well if you're always using `New-MarkdownHelp` it looks like it will pull off the `HelpMessage` from a runtime parameter. I just did a test and that will pre-populate the...
Oh right, I forgot the parameter sets are all in different attributes. I see what you're getting at now. That could be a pain to maintain... Could just save it...
I just encountered this as well, glad it's already logged.
Is something that is still planned?
@felixfbecker is it possible you had `Set-StrictMode` set to a strict version? I was doing some digging for unrelated reasons into help formatters last month and those fields you mentioned...
@fflaten thanks for the response, I switched over to using arrays, this is part of old code I am cleaning up and they no longer need to be mutable and...
@vtolstov I like the idea of some sort of marker.
If the formatter is token based, does mean the following format for PowerShell class is not possible? ```powershell class TestClass { [void] MethodWithLongArgs([string] $argumentOne, [string] $argumentTwo, [string] $argumentThree, [string] $argumentFour)...
Is there a running backlog of "planned" formatting improvements?