Compare commits

...

1 Commits
v1.4.0 ... main

Author SHA1 Message Date
e177b26348
refactor: remove unused imports in main.rs
All checks were successful
Release / Release (push) Successful in 34s
2024-08-28 13:19:38 +02:00

@ -1,7 +1,5 @@
use std::{env, io::{stdin, stdout, Write}, path::Path, process::{Child, Command, Stdio}};
use shell_completion::{BashCompletionInput, CompletionInput, CompletionSet};
fn main(){
loop {
println!("");