Skip to content
On this page

Command

Parent: category

An Object which is a command.

Example Usage

js
theme: SoftUI({
    commands: [
        {
            list: [
                {
                    commandName: "help",
                    commandUsage: `;help <command>`,
                    commandDescription: "View a list of commands.",
                    commandAlias: "No aliases"
                }
            ]
        }
    ]
})

Properties

Types

Released under the MIT License.