Skip to content

Commit

Permalink
Return when using --pw
Browse files Browse the repository at this point in the history
  • Loading branch information
Raggaer committed May 31, 2019
1 parent 3a784db commit 2e86033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/get/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn parse_get_item_output(
if password_only {
crate::clipboard::write(item.get_field("password".to_string()))?;
println!("Item password copied to clipboard");
return Ok(());
}

match fields {
Expand Down

0 comments on commit 2e86033

Please sign in to comment.