Re: [gentoo-dev] [PATCH 1/2] edo.eclass: enhace edob for usage with nosiy commands

2024-05-19 Thread gentoo
Hello, 08.05.2024 19:15:52 Florian Schmaus : [..] > # @FUNCTION: edob > -# @USAGE: [...] > +# @USAGE: [-m ] [-l ] [...] ^^! [..] > -l is provided, then is [..] > edob() { [..] > +   while true; do > +   case "${1}" in > +   -m|-n) ^^! I

[gentoo-dev] [PATCH 1/2] edo.eclass: enhace edob for usage with nosiy commands

2024-05-08 Thread Florian Schmaus
Normally, edob can, or rather should, not be used with noisy commands, i.e., commands that produce an output. This is because the output destroys the concept of ebegin and eend, where the eend marker is shown on the same line that is produced by ebegin. However, it sometimes would be nice to use e