mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Refactor Commands class methods to follow naming convention.
This commit is contained in:
parent
300a8b8fce
commit
59d486c89c
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue