π¨ Palette: Route UI messages to stderr#162
Conversation
Co-authored-by: ffalcinelli <1167082+ffalcinelli@users.noreply.github.com>
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
=======================================
Coverage 95.86% 95.86%
=======================================
Files 28 28
Lines 2345 2345
=======================================
Hits 2248 2248
Misses 97 97 β View full report in Codecov by Harness. π New features to boost your workflow:
|
Co-authored-by: ffalcinelli <1167082+ffalcinelli@users.noreply.github.com>
π‘ What: Modified
print_info,print_success,print_error, andprint_warnmethods inDialoguerUi(src/utils/ui.rs) to useeprintln!instead ofprintln!.π― Why: To adhere to Unix philosophies and allow users to pipe CLI data output from
stdoutcleanly without mixing it with UI messages and feedback.πΈ Before/After:
Before:
After:
βΏ Ergonomics: Better interoperability with standard Unix tools like
jqor file redirection, preventing broken pipelines due to informational logs polluting standard output.PR created automatically by Jules for task 8284257667057775811 started by @ffalcinelli