Sha256: 0e3c92866142bd67cbe076d66a1590f54c25b3470f5ae796eac2adf8efca2e56
Contents?: true
Size: 316 Bytes
Versions: 2
Compression:
Stored size: 316 Bytes
Contents
module Superhosting module Cli module Cmd class ContainerAdminAdd < 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/container_admin_add.rb |
superhosting-0.0.1 | lib/superhosting/cli/cmd/container_admin_add.rb |