Sort keys before printing and add doc comments to public types
Normalize error message for no argument commands and implement print view hosts
Fixes #51, fixes #50, and fixes #41
The table print in print_hosts will probably be a really good basis for the table print we need in printer.go. The only change is taht the %-*s will need to be repeated dynamically based on the number of columns the result query returned.
Fixes #51, fixes #50, and fixes #41
The table print in print_hosts will probably be a really good basis for the table print we need in printer.go. The only change is taht the %-*s will need to be repeated dynamically based on the number of columns the result query returned.