Class HelpRenderOptions<S extends Source,C>

java.lang.Object
studio.mevera.imperat.command.tree.help.HelpRenderOptions<S,C>
Type Parameters:
S - The type of Source from which the command was executed.

public class HelpRenderOptions<S extends Source,C> extends Object
Rendering options for customizing help display.

This class serves as a builder for configuring how help documentation should be rendered. It encapsulates settings like the display theme and the layout style, providing a fluent API for easy configuration.