becommands/severity and status now handle --complete appropriately.
authorW. Trevor King <wking@drexel.edu>
Thu, 4 Dec 2008 16:56:34 +0000 (11:56 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 4 Dec 2008 16:56:34 +0000 (11:56 -0500)
commit2447b5df014630d402f1fe28db6898a981f5ada0
tree4d3516a312c7f2d200dfd93a7c66fbf98a3c5451
parentb5b8d7214b24338ba5c97287810a4a67e61c3c06
becommands/severity and status now handle --complete appropriately.

I also disabled interspersed options and arguments in
cmdutils.CmdOptionParser.  See
  http://docs.python.org/library/optparse.html
Now
  $ be severity xyz --complete
returns available severities.  It had previously returned
  --help --complete
becommands/severity.py
becommands/status.py
libbe/cmdutil.py