# File lib/teamocil/cli.rb, line 84
    def print_layouts # {{{
      STDOUT.puts @layouts.join("\n")
      exit 0
    end