Skip to main content

SHELL_CWD

Static SHELL_CWD 

Source
static SHELL_CWD: Lazy<SpinLock<String>>
Expand description

Current working directory for the chevron shell.

Stored as a global because CommandRegistry uses plain function pointers (no &mut self) so state cannot be threaded through call arguments.