Have STATUS and STATUS_OK output on different "columns"
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 6
Description
doc/logging.md
- INPUT, NOTE starts writing output on column 0 (beginning of line)
- Both STATUS (
>>) and STATUS_OK (OK) start output at column 1.- STATUS should continue outputting at column 1 (informing of action that will be done)
- STATUS_OK should output at column 4 (so eye can clearly see STATUS and STATUS_OK coupled)
IE currently
>> Will start doing X to obtain Y
OK Y obtained
Should become (indent output) or similar
>> Will start doing X to obtain Y
OK Y obtained
TODO
- Update doc/logging.md
- Update etc/functions.sh
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the STATUS and STATUS_OK definitions in etc/functions.sh, then compare their current output with the examples in doc/logging.md. Update both files so STATUS_OK is visibly indented relative to STATUS, and verify the documentation matches the resulting columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100