JsonCommandDef: { name: string; command: string; passwords: string[] }

The definition of a command.

Type declaration

  • name: string

    The name of hte command

  • command: string

    The actual command to execute

  • passwords: string[]

    List of passwords which can enable this command. An empty string allows for no password.

Generated using TypeDoc