Skip to content

Commit

Permalink
Change the default output format to tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Feb 14, 2018
1 parent 36c708b commit e4c0393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
Name: "format, f",
Usage: "Set output format, supports progress, tabular, json, spdx or `csv`",
Destination: &parsers.Format,
Value: "progress",
Value: "tabular",
},
cli.StringFlag{
Name: "output, o",
Expand Down

0 comments on commit e4c0393

Please sign in to comment.