Can't add a vault with password only #47

Closed
opened 2024-05-13 12:59:56 +02:00 by awiteb · 0 comments
Owner

This because the checks not include it

if !self.force && self.vault_info.is_empty() {
return Err(LprsError::Other("You can't add empty vault".to_owned()));
}

This because the checks not include it https://git.4rs.nl/awiteb/lprs/src/commit/6f83bcccf9/src/cli/add_command.rs#L68-L70
awiteb added the
Kind/Bug
Reviewed
Confirmed
Good First Issue
labels 2024-05-13 12:59:56 +02:00
awiteb added this to the v2.0.0 milestone 2024-05-13 13:00:49 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: awiteb/lprs#47
No description provided.