• Function to build a help section for command help. Takes a string to be used as section header text and an array of enums that identify the variable or property to be included in the help body.

    Parameters

    • header: string
    • Rest...vars: (string | Record<string, string>)[]

    Returns HelpSection

""