SessionStartCommand

data class SessionStartCommand(val template: String? = null) : Command

Start a new session.

Constructors

Link copied to clipboard
constructor(template: String? = null)

Properties

Link copied to clipboard
val template: String? = null

Functions

Link copied to clipboard
open override fun toString(): String