分割 一个用于生成降价表的小型库。 受启发 用法 这是一个带有Builder API的简单示例 val table = TableBuilder () .header( " Command " , " Description " ) .row( " git status " , " List all new or modified files " ) .row( " git diff " , " Show file differences that haven't been staged " ) .build() println (table.toSt