class Telepath::CommandLine::List

Public Instance Methods

execute() click to toggle source
# File lib/telepath/command.rb, line 123
def execute
  data_out handler.list(*containers),
    "Container empty (or no container with that name)."
end