pub fn get_shell() -> MutexGuard<'static, Shell>
Expand description
Get a lock to the global shell.
This will initialize the shell with default values if it has not been set yet.
pub fn get_shell() -> MutexGuard<'static, Shell>
Get a lock to the global shell.
This will initialize the shell with default values if it has not been set yet.