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