Method: Ftl::Client#list

Defined in:
lib/ftl/client.rb

#list(opts) ⇒ Object Also known as: l, ls



198
199
200
201
# File 'lib/ftl/client.rb', line 198

def list(opts)
  opts = [:servers] if opts.empty?
  con.send(opts.first).table(_headers_for(opts.first))
end