Sha256: d81ce883d264512bb491b53e7c272c24cffe2a99d879ff71ada226cbb1dfdae7

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

module VagrantPlugins
  module Mosh
    class Plugin < Vagrant.plugin(2)
      name 'vagrant-mosh'
      description 'Plugin allows to use Mosh to connect to box.'

      command :mosh do
        require_relative 'command'
        Command
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-mosh-0.1.0 lib/vagrant-mosh/plugin.rb