Skip to content

Commit

Permalink
Remove whatisthis command alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Dec 20, 2012
1 parent 8fef682 commit 1a1a63a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blah/commands.py
Expand Up @@ -33,7 +33,6 @@ def execute(self, args):
exit(-1) exit(-1)


commands = { commands = {
"whatisthis": what_is_this_command,
"what-is-this": what_is_this_command, "what-is-this": what_is_this_command,
"fetch": FetchCommand() "fetch": FetchCommand()
} }

0 comments on commit 1a1a63a

Please sign in to comment.