feat: add shell_completion dependency and import
All checks were successful
Release / Release (push) Successful in 34s
All checks were successful
Release / Release (push) Successful in 34s
This commit is contained in:
parent
0a5d3e11e4
commit
2dbc4d6a28
3 changed files with 12 additions and 0 deletions
|
@ -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!("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue