feat: add shell_completion dependency and import
All checks were successful
Release / Release (push) Successful in 34s

This commit is contained in:
Jan K9f 2024-08-28 13:10:26 +02:00
commit 2dbc4d6a28
Signed by: jank
GPG key ID: B267751B8AE29EFE
3 changed files with 12 additions and 0 deletions

View file

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