SessionRestoreCommand

data class SessionRestoreCommand(val path: String) : Command

Restore the session from disk.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard

The session directory path to restore from

Functions

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