v1.0.81
forgot to flush output bruh (#127) Guy on discord had a problem that `helix delete` was "freezing". the prompt to ask if the user is sure if they want to delete an instance or not was just not showing because `print!` does not auto flush stdout unlike `println!` in rust.