Skip to content

Commit

Permalink
Print metrics on shell without the output parameter (#271)
Browse files Browse the repository at this point in the history
Metrics needed a useless output parameter to be printed on shell.
  • Loading branch information
Luni-4 authored Oct 5, 2020
1 parent 6248bf0 commit d9f724b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-code-analysis-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ fn main() {
.help("Output file/directory")
.short("o")
.long("output")
.default_value("")
.takes_value(true),
)
.arg(
Expand Down

0 comments on commit d9f724b

Please sign in to comment.