I am making a command line interface in Python 3.1.1 using the cmd module.
Is there a way to create a command with more than one name e.g. "quit" and "exit"? Or would it just be a case of making a number of commands that all reference the same function?