feat: fix compile issue, code style

This commit is contained in:
2023-12-23 15:53:26 +08:00
parent a3d101a405
commit 171cd2d2a4
5 changed files with 32 additions and 2 deletions

View File

@@ -18,11 +18,12 @@ use crate::wrap_key::WrapKey;
#[derive(Debug, Args)]
pub struct CmdInfo {
/// File
pub paths: Vec<PathBuf>,
/// Show raw meta
#[arg(long, short = 'M', default_value_t = false)]
pub raw_meta: bool,
/// File
pub paths: Vec<PathBuf>,
}
pub fn info(cmd_info: CmdInfo) -> XResult<()> {