// This is free and unencumbered software released into the public domain.
usecrate::{
StandardOptions,SysexitsError::{self,*},};pub async fndescribe(_input_urls:&Vec<String>,
_module:Option<&str>,
_output:Option<&str>,
_flags:&StandardOptions,
)->Result<(), SysexitsError>{Ok(())// TODO
}