Hi, On Mon, Jan 24, 2022 at 01:12:25PM -0300, Walter Lozano wrote: > In my specific use case, I try to run some Debian scripts, that make use of > some of those long options, of course not all of them. Since I was already > there I thought it would be nice to add them, since these kind of overhead > can be enabled only if needed.
Yes, I think it's a valid reason to add them if some widely used scripts/programs use them. > From my understanding long options were enabled if > ENABLE_FEATURE_GREP_CONTEXT, which has some sense, since the color > would be a nice improvement in that case. > > Following the idea that users who use ENABLE_FEATURE_GREP_CONTEXT with color > are looking for a full featured grep I thought that no additional > configuration options should we created to handle this. There is a separate LONG_OPTS feature that users can enable, maybe you should use that instead. A. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
