# File lib/rhc/highline_extensions.rb, line 90
  def table_args(indent=nil, *args)
    opts = {}
    opts[:indent] = indent
    opts[:width] = [default_max_width, *args]
    opts
  end