Sha256: fe8acefd723ad5cbdb74c8f26ada5c65026ae48e16dc13ea3589f25b1485f4a5
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
module Superhosting module Cli module Cmd class ContainerAdminList < Base option :container_name, :short => '-c NAME', :long => '--container NAME', :required => true def self.after_action(data, config) self.info(data) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
superhosting-0.0.2 | lib/superhosting/cli/cmd/container_admin_list.rb |