8000 * misc/rb_optparse.zsh: add compdef for generator. · ruby/optparse@95cc2a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95cc2a8

Browse files
znzhsbt
authored andcommitted
* misc/rb_optparse.zsh: add compdef for generator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 6f227b7 commit 95cc2a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/rb_optparse.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ generate-complete-function/ruby/optparse ()
3131
fi
3232
}
3333

34+
compdef _command generate-complete-function/ruby/optparse
35+
3436
for cmd in "$@"; do
3537
generate-complete-function/ruby/optparse "$cmd"
3638
done

0 commit comments

Comments
 (0)
0