diff options
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,9 +27,11 @@ func (pb *Keys) MakeTable(name string) *KeysTable { col = t.AddVar() col.Width = 20 + col.Header.Name = "ENV[name] =" col = t.AddValue() col.Width = -1 + col.Header.Name = "Value" // col.Header.Name = "Git Hash" /* |
