We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18e298 commit cad838dCopy full SHA for cad838d
src/cmd.rs
@@ -44,10 +44,10 @@ pub fn run(command_string: String) {
44
45
let subcommand_duration = start_subcommand.elapsed();
46
println!(
47
- "{}\n{} {}Ran subcommand in {:.2}s",
48
- style("────────"),
+ "{}{} {}Ran subcommand in {:.2}s",
+ LINE_CLEAR,
49
style("[...]").bold().dim(),
50
- CHECKMARK,
+ COMMAND,
51
subcommand_duration.as_secs_f64(),
52
);
53
}
0 commit comments