declare a couple of commands that use builtin command names but use multiple words

This commit is contained in:
Doug Hellmann 2012-05-14 17:32:23 -04:00
parent 5522707fdb
commit 0be17dec6b
1 changed files with 2 additions and 0 deletions

View File

@ -64,8 +64,10 @@ setup(
'simple = cliffdemo.simple:Simple',
'two_part = cliffdemo.simple:Simple',
'error = cliffdemo.simple:Error',
'list files = cliffdemo.list:Files',
'files = cliffdemo.list:Files',
'file = cliffdemo.show:File',
'show file = cliffdemo.show:File',
],
},