Skip to content

Commit f1598db

Browse files
Costa ShulyupinCosta Shulyupin
Costa Shulyupin
authored and
Costa Shulyupin
committed
^verbose
1 parent a7158f1 commit f1598db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-wizard

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ prs() { prop_git "s" "$1" "$2" "$3" }
8080
# internal action
8181
acti()
8282
{
83+
test "$verbose" && echo acti "$@"
8384
actprop+=($1)
8485
#[[ "${actkey[(ie)$2]}" -le "${#actkey}" ]] && echo "duplicated key $2"
8586
actkey+=("$2")
@@ -138,6 +139,7 @@ perform-actions()
138139
[ "$REPLY" = $'\n' ] && continue
139140
echo
140141
[ -z "$actk[$REPLY]" ] && return 1
142+
test "$verbose" && echo "$actk[$REPLY]"
141143
eval $actk[$REPLY]
142144
test "$action" && exit
143145
break

0 commit comments

Comments
 (0)