Fix command name output of `be --complete`.
authorW. Trevor King <wking@drexel.edu>
Mon, 1 Feb 2010 16:36:21 +0000 (11:36 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 1 Feb 2010 16:36:21 +0000 (11:36 -0500)
commit0dd273f8605bc21589a51d3b046a231ff9df6fbb
treefefc1e6270f27b7c8ad8b4440535f43b92b7f8b0
parent148379492d314c0eb98ee8559aea7a2fd0baaeb2
Fix command name output of `be --complete`.

By adding command_names option to libbe.command.commands.  Previous
versions of `be --complete` printed "import_xml", not "import-xml".

Also fixed libbe.command.base's doctests, so test.py can run them.
libbe/command/base.py
libbe/command/util.py