Minor improvements to command-line language (#66)
This commit is contained in:
committed by
techknowlogick
parent
3d128cfc69
commit
72b602409b
@@ -17,8 +17,6 @@ var (
|
||||
showLog bool
|
||||
)
|
||||
|
||||
const outputUsage = "Specify output format - table (default), csv, simple, tsv or yaml."
|
||||
|
||||
// Println println content according the flag
|
||||
func Println(a ...interface{}) {
|
||||
if showLog {
|
||||
|
||||
Reference in New Issue
Block a user