Use ._cl_name and ._cl_aliases instead of overwriting .name and .aliases.
authorW. Trevor King <wking@drexel.edu>
Mon, 10 May 2010 19:27:12 +0000 (15:27 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 10 May 2010 19:27:12 +0000 (15:27 -0400)
commitd596b7348be97bd16f12f92d407ef5e2883a8445
tree7d40ffffb947faf204a3666abdff5c4666a90005
parent05c956813f6d59a958cd66d05bda31dcee7e7e7c
Use ._cl_name and ._cl_aliases instead of overwriting .name and .aliases.

We don't change the keys hardcoded into the Command._run methods, so
we need to keep the original names.  Hmm, I'll have to adjust
Command.help and Argument.help to use the external names...
hooke/ui/commandline.py