Not respecting 'fancy' stdout re-piping
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 6
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 2
Description
I wanted to wrap
```
goaccess ./combined/combined.log -o goaccess_report.html --log-format=AWSS3
```
with `duct`
Normally looks like this
but with `duct` looks like
Contributor guide
Research direction
Start by reproducing the shown goaccess command when it is wrapped with duct, comparing the normal terminal output with the captured or re-piped output. Trace duct's stdout handling and terminal-output decisions; done means the wrapped command preserves the expected fancy stdout presentation. The issue names no source file or test, so those must be located first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100