We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e4d62 commit 6ea8642Copy full SHA for 6ea8642
libexec/shsh-_link-completions
@@ -37,6 +37,7 @@ if [ -n "${ZSH_COMPLETIONS:=}" ]; then
37
fi
38
39
link_fish_completion_file() {
40
+ echo_if_verbose ">> Canidate: $1"
41
src="$1"
42
target="$SHSH_PREFIX/completions/fish/"
43
mkdir -p "$target"
libexec/shsh-_link-man
@@ -12,6 +12,7 @@ echo_if_verbose "> Starting to link man..."
12
link_mans() {
13
file="$1"
14
is_file_or_link "$file" || return 0
15
+ echo_if_verbose ">> Canidate: $file"
16
17
case "$file" in
18
*.[1-9])
0 commit comments