Skip to main content

Module session

Module session 

Source
Expand description

Borrowed command-session access to a loaded GammaLoop state.

CliSession ties together the domain state, replay history, persistent settings, runtime defaults, and transient command-block state owned by crate::LoadedState. It does not own or automatically persist any of them.

Structs§

CliSession
Mutably borrowed view used to execute GammaLoop commands.
CliSessionState
Transient state used while defining a reusable command block.