It should be possible to disable error and message lines completely
Summary
Currently, --message-lines 0
and --error-lines 0
will still output one line showing how many lines have not been shown.
I would have expected this to not show anything
Steps to reproduce
- Build any element with
--message-lines 0 --error-lines 0
What is the current bug behavior?
Message contains additional X lines
is shown on the screen instead of nothing
What is the expected correct behavior?
Nothing should be printed, we said we weren't interested in message nor errors.