Skip to content

Commit

Permalink
Merge pull request #19 from boyter/ChangeDefault
Browse files Browse the repository at this point in the history
Change the default output format to tabular
  • Loading branch information
boyter authored Feb 14, 2018
2 parents 36c708b + e4c0393 commit 7150e42
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 7150e42

Please sign in to comment.