command_kit.rb icon indicating copy to clipboard operation
command_kit.rb copied to clipboard

Add CommandKit::Printing::Tables

Open postmodern opened this issue 3 years ago • 0 comments

Add a CommandKit::Printing::Tables module:

  • Must support printing Arrays of Arrays (rows of columns).
  • Must calculate maximum length of each cell and left-pad cells.
  • May allow adding separator lines.
  • May allow printing a header row.
    • May allow adding header separator lines.
  • May allow printing a border around the table.

postmodern avatar May 05 '21 06:05 postmodern