Skip to content

Commit

Permalink
Fix fallback command formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed Apr 20, 2024
1 parent b0ed5c9 commit f9dd188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl CommandEx for Command {
}
context
} else {
Context::new(format!("command {self:?}"))
Context::new(format!("command: {YELLOW}{self:?}{RESET}"))
}
}
}
Expand Down

0 comments on commit f9dd188

Please sign in to comment.