Issue #20215 has been updated by eric sorenson. Status changed from Needs Decision to Accepted Assignee changed from eric sorenson to Charlie Sharpsteen Keywords changed from timing, ANSI to timing, ANSI, simplefix
puppet supports a `--color=false` option but I agree we should try to be like git, which can figure it out and do the right thing with color.ui=auto The problem statement in the description is accurate though; this would work together with the change to emit timings to STDERR not STDOUT. Adding keyword `simplefix` so it shows up on the query. ---------------------------------------- Feature #20215: --timing uses ANSI by default which makes pipes and redirection difficult https://projects.puppetlabs.com/issues/20215#change-94589 * Author: Garrett Honeycutt * Status: Accepted * Priority: Normal * Assignee: Charlie Sharpsteen * Category: * Target version: * Keywords: timing, ANSI, simplefix * Branch: * Affected Facter version: ---------------------------------------- When using `--timing` the output is wrapped in ANSI to make the text green. This prevents one from piping the output to another program. The ANSI should be removed or the default behavior should be without color and allow for a colorized output flag. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
