We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7158f1 commit f1598dbCopy full SHA for f1598db
git-wizard
@@ -80,6 +80,7 @@ prs() { prop_git "s" "$1" "$2" "$3" }
80
# internal action
81
acti()
82
{
83
+ test "$verbose" && echo acti "$@"
84
actprop+=($1)
85
#[[ "${actkey[(ie)$2]}" -le "${#actkey}" ]] && echo "duplicated key $2"
86
actkey+=("$2")
@@ -138,6 +139,7 @@ perform-actions()
138
139
[ "$REPLY" = $'\n' ] && continue
140
echo
141
[ -z "$actk[$REPLY]" ] && return 1
142
+ test "$verbose" && echo "$actk[$REPLY]"
143
eval $actk[$REPLY]
144
test "$action" && exit
145
break
0 commit comments