implemented popping multiple entries at once

This commit is contained in:
2024-12-08 11:29:15 +01:00
parent 036e3d3574
commit e3d43755b1
4 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ fn main() -> Result<()> {
return Ok(());
}
};
let mut config = match Config::new() {
let config = match Config::new() {
Ok(value) => value,
Err(error) => {
print!("echo '{}{}{}' && false", style_error, error, RESET_SEQ);