feat: update envelop format
This commit is contained in:
@@ -75,7 +75,7 @@ pub fn info_single(path: &PathBuf, cmd_info: &CmdInfo) -> XResult<()> {
|
||||
envelops.iter().enumerate().for_each(|(i, envelop)| {
|
||||
infos.push(format!("{}: {}",
|
||||
header(&format!("Envelop #{}", i + 1)),
|
||||
util_envelop::format_envelop_with_type_with(envelop, &config, Some(10))
|
||||
util_envelop::format_envelop(envelop, &config)
|
||||
));
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user