Module: VimBundle::CLI
- Defined in:
- lib/vim_bundle/cli.rb
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
5 6 7 8 |
# File 'lib/vim_bundle/cli.rb', line 5 def execute command = VimBundle.commands.include?(ARGV[0]) ? ARGV[0] : 'help' VimBundle::Commands.send(command) end |