pub(crate) fn build_command<'a>( sh: &'a Shell, command: &str, target_name: &str, features: &[&str], ) -> Cmd<'a>
Helper function to create a build command for rust-analyzer