- #4 Define the different width for cells. e.g.,
-w 14,0:10,1:20means: the first-column has 10 characters wide, the second 20, and other 14. (Thanks to @kevin-gwyrdh) - Fix: panic when 0 bytes files (
nulor/dev/null) were given
- #4 列ごとに違う幅を設定できるようにした。例:
-w 14,0:10,1:201列目は10桁,2列目は20桁,他は14桁とする (Thanks to @kevin-gwyrdh) - 0バイトのファイル(
nul,/dev/null)を与えるとクラッシュする不具合を修正