Skip to content

Commit

Permalink
CLI: Add encrypt (e) and decrypt (d) subcommand aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Jan 4, 2024
1 parent df3c48a commit 2864cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ pub struct CliArgs {
// use rops::RopsFileBuilder;
#[derive(Parser)]
pub enum CliCommand {
#[command(visible_alias = "e")]
Encrypt(EncryptArgs),
#[command(visible_alias = "d")]
Decrypt,
}

Expand Down

0 comments on commit 2864cc9

Please sign in to comment.