replace println with sh_println
Open
Beginner friendly
bug
enhancement
good first issue
rust
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 4
Description
Foundry uses a shell abstraction to manage screen output. Currently the codebase has some uses of `println!` macros. These can dirty different outputs and should be replaced with `sh_println!`
Contributor guide
Research direction
Search the codebase for remaining println! macro uses and inspect the existing sh_println! shell abstraction before changing them. Replace the applicable direct output calls so screen output uses the abstraction, then run the project's existing checks to confirm the code still builds and tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 78/100