package constants const ( OutputFormatCSV = "csv" OutputFormatJSON = "json" OutputFormatTable = "table" OutputFormatLine = "line" OutputFormatNone = "none" OutputFormatText = "text" OutputFormatBrief = "brief" OutputFormatSnapshot = "snapshot" OutputFormatSnapshotShort = "sps" )