Skip to content

Commit

Permalink
SM-774: Add styling to output change
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Aug 28, 2023
1 parent 85e618d commit 5b08cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bws/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async fn process_commands() -> Result<()> {

let Some(command) = cli.command else {
let mut cmd = Cli::command();
eprintln!("{}", cmd.render_help());
eprintln!("{}", cmd.render_help().ansi());
return Ok(());
};

Expand Down

0 comments on commit 5b08cfd

Please sign in to comment.