pub fn detect_shell() -> Option<String>
Detect the current shell from environment.
Checks SHELL environment variable and tries to determine the shell type.
SHELL
Returns the shell name if detected, or None if unknown.
None