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.
- CliSession
State - Transient state used while defining a reusable command block.