Skip to content

Commit

Permalink
[WIP] reduce default level of terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 30, 2024
1 parent 0cbc061 commit 0ffbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn show_option(command: &str) -> Arg {
))
.value_delimiter(',')
.value_parser(["ignored", "instances", "local-hints", "packages", "status-codes"])
.default_value("instances,local-hints,packages,status-codes")
.default_value("local-hints,status-codes")
}

fn source_option(command: &str) -> Arg {
Expand Down

0 comments on commit 0ffbe0f

Please sign in to comment.