pub async fn handle_save( config: &Config, name: &str, force: bool, cwd: Option<&Path>, command: Vec<String>, ) -> Result<()>