Provides preformatted help content that should be written verbatim.
public interface IHelpPreformattedContent
When a node implements both IHelpPreformattedContent and ICommandNodeDescriptor, text outputs should prefer WriteTo(TextWriter, CommandRunConfig) and use descriptor text as fallback only when preformatted rendering is not supported.
kind:method, kind:property, kind:ctor. Press Esc to clear.WriteTo(TextWriter, CommandRunConfig)Writes preformatted help content to the specified writer.