class Cabal::CLI::List

Public Instance Methods

handle() click to toggle source
# File lib/cabal/cli/list.rb, line 17
def handle
  with_authentication(partake(:config)) do
    stdout.puts partake(:client).clusters.join("\n")
  end
end