Skip to content

Commit

Permalink
refactor(vpnc): rename function per naming guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 31, 2023
1 parent 4d0bffb commit 05de285
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions completions/vpnc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# bash completion for vpnc -*- shell-script -*-

# TODO:API: rename per conventions
_vpnc()
_comp_cmd_vpnc()
{
local cur prev words cword comp_args
_comp_initialize -- "$@" || return
Expand Down Expand Up @@ -75,6 +74,6 @@ _vpnc()
fi
fi
} &&
complete -F _vpnc vpnc
complete -F _comp_cmd_vpnc vpnc

# ex: filetype=sh

0 comments on commit 05de285

Please sign in to comment.