⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_shell

Function get_shell 

Source
pub fn get_shell() -> &'static Shell
Expand description

Get the global shell.

§Panics

Panics if the shell has not been initialized via init. Prefer try_get_shell in contexts where a panic is unacceptable.