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

@@ -17,12 +17,15 @@ pub struct CmdDirectDecrypt {
/// File input
#[arg(long, short = 'i')]
pub file_in: PathBuf,
/// File output
#[arg(long, short = 'o')]
pub file_out: PathBuf,
/// Remove source file
#[arg(long, short = 'R')]
pub remove_file: bool,
/// Key in HEX (32 bytes)
#[arg(long, short = 'k')]
pub key: String,