pub fn validate_alias_name(name: &str) -> Result<(), String>
Validate that a shell alias name is safe for shell interpolation. Accepts names matching [A-Za-z0-9_.-]+.
[A-Za-z0-9_.-]+