Skip to content

Commit cad838d

Browse files
author
Roland Peelen
committed
🎨 - Update Icon
1 parent a18e298 commit cad838d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cmd.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ pub fn run(command_string: String) {
4444

4545
let subcommand_duration = start_subcommand.elapsed();
4646
println!(
47-
"{}\n{} {}Ran subcommand in {:.2}s",
48-
style("────────"),
47+
"{}{} {}Ran subcommand in {:.2}s",
48+
LINE_CLEAR,
4949
style("[...]").bold().dim(),
50-
CHECKMARK,
50+
COMMAND,
5151
subcommand_duration.as_secs_f64(),
5252
);
5353
}

0 commit comments

Comments
 (0)