Use tablewriter for output formatting

This commit is contained in:
2021-03-10 20:57:05 -06:00
parent 2d2efd4431
commit 1a7b665376
11 changed files with 221 additions and 96 deletions

1
go.mod
View File

@ -6,5 +6,6 @@ require (
git.kill0.net/chill9/lifx-go v0.0.0-20210215004437-f86c28b0a5ef
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.10.0
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)