mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Merge pull request #5043 from epage/compl
chore(complete): Update completest
This commit is contained in:
commit
1f022b8395
3 changed files with 4 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -646,9 +646,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|||
|
||||
[[package]]
|
||||
name = "completest"
|
||||
version = "0.0.12"
|
||||
version = "0.0.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76e97ff3875a8bb8020fa8897bc79583e71258d2e78b033af571606213f90beb"
|
||||
checksum = "ab75eacf2266589e6243755a7310d228d3ce66553c6c65f8b64f66a22290182c"
|
||||
dependencies = [
|
||||
"ptyprocess",
|
||||
"vte 0.11.1",
|
||||
|
|
|
@ -43,7 +43,7 @@ unicode-xid = { version = "0.2.2", optional = true }
|
|||
snapbox = { version = "0.4.11", features = ["diff", "path", "examples"] }
|
||||
# Cutting out `filesystem` feature
|
||||
trycmd = { version = "0.14.16", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
completest = "0.0.12"
|
||||
completest = "0.0.13"
|
||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
|
||||
|
||||
[[example]]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set -U fish_greeting ""
|
||||
set -U fish_autosuggestion_enabled 0
|
||||
function fish_title
|
||||
end
|
||||
function fish_prompt
|
||||
|
|
Loading…
Reference in a new issue