diff --git a/aider/getinput.py b/aider/getinput.py index b7f58354f..3b61dc78c 100644 --- a/aider/getinput.py +++ b/aider/getinput.py @@ -13,9 +13,9 @@ import time import random class Commands: - def help(self): + def cmd_help(self): print('help') - def ls(self): + def cmd_ls(self): print('ls')