Skip to content
On this page

Command Usage

A String which is the command usage.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    commandUsage: ";help <command>"
                }
            ]
        }
    ]
})

Types

Released under the MIT License.