pub async fn forest_dev_main<ArgT>( args: impl IntoIterator<Item = ArgT>, ) -> Result<()>where ArgT: Into<OsString> + Clone,