async fn handle_dao_import( drk: &DrkPtr, parts: &[&str], input: &[String], output: &mut Vec<String>, )
Auxiliary function to define the dao import subcommand handling.