log util/human/io.lua @ 10904:d009a79f723a

age author description
Thu, 04 Jun 2020 17:24:30 +0100 Matthew Wild util.human.io: Remove padding option and use $COLUMNS as default width
Thu, 04 Jun 2020 10:39:55 +0100 Matthew Wild util.human.io: table: Fix title printing when columns use named keys
Wed, 03 Jun 2020 22:58:29 +0100 Matthew Wild util.human.io: table: Return title row when no row data passed
Wed, 03 Jun 2020 22:45:33 +0100 Matthew Wild util.human.io: table: switch row function to simply returning prepared row string
Wed, 03 Jun 2020 22:21:17 +0100 Matthew Wild util.human.io: Add padleft, padright and a table printing function
Tue, 02 Jun 2020 08:02:03 +0100 Matthew Wild util.human.io: Fix variable name [luacheck]
Tue, 02 Jun 2020 08:00:37 +0100 Matthew Wild util.human.io: New central place for UI helpers