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

Version Path
vagrant-unbundled-2.3.6.0 plugins/commands/autocomplete/plugin.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.3.3.0 plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.3.2.0 plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.2.19.0 plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.2.18.0 plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.2.16.0 plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.2.14.0 plugins/commands/autocomplete/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/plugins/commands/autocomplete/plugin.rb
vagrant-unbundled-2.2.10.0 plugins/commands/autocomplete/plugin.rb