Gary Pennington wrote: > I've also tried to address Danek's feedback about minimising the special > processing required for different output formats.
That you did, but what you ended up with was incredibly overengineered. It's not clear to me why you need to dynamically set the field widths, or the column values, for instance. You're allowing for comma-separated arguments to -F, but then telling the user they're illegal. You're messing with column widths in the tab-separated output, which makes no sense. Please do this sensibly. Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
