Cannot display colors with watch
Open
- Dominant language
- Rust
- Stars
- 2.9k
- Forks
- 59
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
# Description
dysk never outputs color with watch -c.
I'd expect this usage to be possible with `--color yes` (or force?).
# steps to reproduce
- use `watch -c dysk --color yes`
**expected** the output is colored
**actual** output is not colored.
# additional info
Some tools behaves this way. Ex the crate `dua` does output colors when executing `watch -c dua`.
Contributor guide
Research direction
Start by reproducing the issue with `watch -c dysk --color yes` and trace the CLI's color-handling entry point. Done means dysk emits colored output in that invocation, matching the expected behavior described in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100