package common const ( OutputFormatDefault = "default" OutputFormatCSV = "csv" OutputFormatTable = "table" OutputFormatJSON = "json" OutputFormatYAML = "yaml" OutputFormatQR = "qr" )