pub fn ls_dir( out: &mut impl Write, path: &Path, config: &LsConfig, color_db: Option<&ColorDb>, show_header: bool, ) -> Result<bool>
List a single directory to the provided writer.