Added "--no-comments" to "be show".
authorW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 19:14:59 +0000 (15:14 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 21 Jul 2009 19:14:59 +0000 (15:14 -0400)
commit949b17853e384d4bce85a2ab0b29cf28375465aa
tree6aa8810f10897046f8a6d666c043ce5585d434a7
parentb6f34db0ce3b5d93ecb740bae064342f7eb05587
Added "--no-comments" to "be show".

Also moved the XML-header line to the top of the argument loop, since
there should only be one.  We're still missing global tags wrapping the
whole thing though...

Also set options.XML default to False.  It had been defaulting to
None, which was breaking the non-XML newline-adding check.
becommands/show.py