Is it possible to hide stdout when aligning?
- Dominant language
- C++
- Stars
- 768
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
When running this library the stdout looks similar to the following:
```
ARG=i
ARG=v
ARG=d
ARG=o
INITIAL PASS
.................................................. [50000]
.................................................. [100000]
.................................................. [150000]
.................................................. [200000]
expected target length = source length * 3.7347
```
Is there an option to hide this?
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no source file, test, or entry point. Start by locating where the aligner's progress and diagnostic lines are written to stdout, then determine how an option could suppress them; done means the output can be hidden when requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100