Kelly Jones wrote: >Why does "withlist -q test" say "The variable `m' is the test MailList >instance". Shouldn't -q suppress that message?
Arguably it should, but no one anticipated you would want to supress the banner in interactive mode. >It's annoying because I run withlist stuff in cron and want it to run >silently unless there are errors. I realize I can: > >2| fgrep -v 'the variable `m' is the' > >or something, but that seems excessive. If withlist reads a script and is given -q and there are no warnings/errors, there will be no output. [EMAIL PROTECTED] ...f/test-mailman]$ bin/withlist -a -r no_op Importing no_op... Running no_op.no_op()... Loading list century-announce (unlocked) Loading list century-announce-test (unlocked) Loading list list1 (unlocked) Loading list mailman (unlocked) Loading list test (unlocked) Finalizing [EMAIL PROTECTED] ...f/test-mailman]$ bin/withlist -a -r no_op -q [EMAIL PROTECTED] ...f/test-mailman]$ -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
