Skip to content

--silent shows excessive data #152

@0xtavian

Description

@0xtavian

Hey @prodigysml, hope you guys are well :)

This bug has been around for a bit, just wanted to document it..

--silent doesnt hide some interlace echo's such as updating: [''], Generated x commands in total and Repeat set to x

How to recreate:

Create a file with some data and use interlace:

for i in $(seq 1 5) ; do echo $i ; done | tee myfile.txt && interlace -tL myfile.txt -c "echo _target_ " -threads 5 --silent --no-bar

updating: ['1']
updating: ['2']
updating: ['3']
updating: ['4']
updating: ['5']
3

5

4

Generated 5 commands in total
Repeat set to 1
1

2

Expected output

for i in $(seq 1 5) ; do echo $i ; done | tee myfile.txt && interlace -tL myfile.txt -c "echo _target_ " -threads 5 --silent --no-bar




3

5

4

1

2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions