mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#5 play: use same layout as other compdefs
This commit is contained in:
@@ -43,9 +43,11 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
local context curcontext="$curcontext" state line
|
||||
typeset -A opt_args
|
||||
|
||||
_play() {
|
||||
local context curcontext="$curcontext" state line ret=1
|
||||
typeset -A opt_args
|
||||
local ret=1
|
||||
|
||||
_arguments -C \
|
||||
'1: :_play_cmds' \
|
||||
|
||||
Reference in New Issue
Block a user