Skip to content

Commit 2d2d1f4

Browse files
tesujiepage
authored andcommitted
chore: Bump completest
1 parent 7c00ad2 commit 2d2d1f4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clap_complete/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ unicode-xid = { version = "0.2.2", optional = true }
4545
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
4646
# Cutting out `filesystem` feature
4747
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
48-
completest = "0.4.0"
49-
completest-pty = "0.5.0"
48+
completest = "0.4.1"
49+
completest-pty = "0.5.2"
5050
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
5151
automod = "1.0.14"
5252

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# expected empty file to disable loading ~/.inputrc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fpath=($fpath $ZDOTDIR/zsh)
2-
autoload -U +X compinit && compinit
2+
autoload -U +X compinit && compinit -u # bypass compaudit security checking
33
precmd_functions="" # avoid the prompt being overwritten
44
PS1='%% '
55
PROMPT='%% '

0 commit comments

Comments
 (0)