Compare commits
No commits in common. "v1.4.0" and "v1.3.0" have entirely different histories.
3 changed files with 0 additions and 12 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -5,12 +5,3 @@ version = 3
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jshell"
|
name = "jshell"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
|
||||||
"shell_completion",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "shell_completion"
|
|
||||||
version = "0.0.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "73937c192504363290613e241705a02dff92ae7c03f544e2a69bbef24cc1042c"
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
shell_completion = "0.0.2"
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
use std::{env, io::{stdin, stdout, Write}, path::Path, process::{Child, Command, Stdio}};
|
use std::{env, io::{stdin, stdout, Write}, path::Path, process::{Child, Command, Stdio}};
|
||||||
|
|
||||||
use shell_completion::{BashCompletionInput, CompletionInput, CompletionSet};
|
|
||||||
|
|
||||||
fn main(){
|
fn main(){
|
||||||
loop {
|
loop {
|
||||||
println!("");
|
println!("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue