Sha256: c98f2fa3f3a07665dfd1ce3e33beaf5f1c9bfdaf7afcd9fcab6e416ebc2f2da9
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
module Superhosting module Cli module Cmd class AdminContainerList < Base option :admin_name, :short => '-a NAME', :long => '--admin 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/admin_container_list.rb |