#7 JOnAS: remove unneded wrapper function
This commit is contained in:
parent
b6a6f585d2
commit
e75f46c85c
8
_jonas
8
_jonas
|
@ -43,10 +43,7 @@
|
||||||
|
|
||||||
|
|
||||||
typeset -A opt_args
|
typeset -A opt_args
|
||||||
local context state line curcontext="$curcontext"
|
local context state line curcontext="$curcontext" ret=1
|
||||||
|
|
||||||
_jonas() {
|
|
||||||
local ret=1
|
|
||||||
|
|
||||||
_arguments -C \
|
_arguments -C \
|
||||||
'1:cmd:->cmds' \
|
'1:cmd:->cmds' \
|
||||||
|
@ -121,6 +118,3 @@ _jonas() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
return ret
|
return ret
|
||||||
}
|
|
||||||
|
|
||||||
_jonas "$@"
|
|
||||||
|
|
Loading…
Reference in New Issue