Sha256: f90fbda5733129a1fc7257dfc1ac21d0ee53a4d6bbf950bd24a830ff979f8d29
Contents?: true
Size: 398 Bytes
Versions: 10
Compression:
Stored size: 398 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandAutocomplete class Plugin < Vagrant.plugin("2") name "autocomplete command" description <<-DESC The `autocomplete` manipulates Vagrant the autocomplete feature. DESC command("autocomplete") do require File.expand_path("../command/root", __FILE__) Command::Root end end end end
Version data entries
10 entries across 10 versions & 3 rubygems