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)
commit8cce37c2526979fa88eb56a8e08bf57868f6ae8f
tree7d40ffffb947faf204a3666abdff5c4666a90005
parent1b99f4d42cd2440ea3a6cd71fa9e6d06d46b8522
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