We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5466047 commit bce0b5cCopy full SHA for bce0b5c
bash_completions.go
@@ -134,7 +134,7 @@ __%[1]s_handle_go_custom_completion()
134
$filteringCmd
135
elif [ $((directive & shellCompDirectiveFilterDirs)) -ne 0 ]; then
136
# File completion for directories only
137
- local subDir
+ local subdir
138
# Use printf to strip any trailing newline
139
subdir=$(printf "%%s" "${out[0]}")
140
if [ -n "$subdir" ]; then
zsh_completions.go
@@ -202,7 +202,7 @@ _%[1]s()
202
_arguments '*:filename:'"$filteringCmd"
203
204
205
206
subdir="${completions[1]}"
207
208
__%[1]s_debug "Listing directories in $subdir"
0 commit comments