pub fn extract_cd_target(words: &[String]) -> Option<&str>
Return the first non-flag, non-cd argument from a cd command’s word list.
cd