Skip to content

Commit

Permalink
fix: make arg spec to set words/CURRENT
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cristiand391 committed Jan 24, 2023
1 parent a1412d6 commit e260069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/autocomplete/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ compinit;\n`
local context state state_descr line
typeset -A opt_args
_arguments -C "1: :->cmds" "*: :->args"
_arguments -C "1: :->cmds" "*::arg:->args"
case "$state" in
cmds)
Expand Down

0 comments on commit e260069

Please sign in to comment.