Skip to content

Commit

Permalink
chore: Bump completest
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji authored and epage committed Jul 5, 2024
1 parent 7c00ad2 commit 2d2d1f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ unicode-xid = { version = "0.2.2", optional = true }
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.4.0"
completest-pty = "0.5.0"
completest = "0.4.1"
completest-pty = "0.5.2"
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
automod = "1.0.14"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# expected empty file to disable loading ~/.inputrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fpath=($fpath $ZDOTDIR/zsh)
autoload -U +X compinit && compinit
autoload -U +X compinit && compinit -u # bypass compaudit security checking
precmd_functions="" # avoid the prompt being overwritten
PS1='%% '
PROMPT='%% '

0 comments on commit 2d2d1f4

Please sign in to comment.