implemented popping multiple entries at once
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user