feat: --info

This commit is contained in:
2023-10-22 19:09:07 +08:00
parent bb07aec896
commit 1012b33f31

View File

@@ -17,7 +17,7 @@ pub struct CmdInfo {
/// File
pub paths: Vec<PathBuf>,
/// Show raw meta
#[arg(long, short = 'R', default_value_t = false)]
#[arg(long, short = 'M', default_value_t = false)]
pub raw_meta: bool,
}