Sha256: f703f39a26f54d3068ed507439944201732ccd9da41960ba94acba37f825c710
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
module Superhosting module Cli module Cmd class AdminContainerAdd < Base option :admin_name, :short => '-a NAME', :long => '--admin 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/admin_container_add.rb |
superhosting-0.0.1 | lib/superhosting/cli/cmd/admin_container_add.rb |