Sha256: ead67afe9756ce142135c79abe8b8cda85f0cbfdf21750167e705ebd1f0e5341

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

module Superhosting
  module Cli
    module Cmd
      class SiteAdd < Base
        option :container_name,
               :short => '-c NAME',
               :long  => '--container NAME',
							 :required => true

        def self.has_required_param?
          true
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/cli/cmd/site_add.rb
superhosting-0.0.1 lib/superhosting/cli/cmd/site_add.rb