class Cabal::CLI::Key

Public Instance Methods

handle() click to toggle source
# File lib/cabal/cli/key.rb, line 13
def handle
  stdout.puts partake(:client).public_key(arg(:cluster_name).join(' '))
end