mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
wip: Changed cmd_help and cmd_ls to include command descriptions.
This commit is contained in:
parent
6076cd0fb7
commit
c169bdf4ba
1 changed files with 3 additions and 1 deletions
|
@ -3,9 +3,11 @@ class Commands:
|
|||
self.console = console
|
||||
|
||||
def cmd_help(self, args):
|
||||
print("help")
|
||||
"Show help about all commands"
|
||||
pass
|
||||
|
||||
def cmd_ls(self, args):
|
||||
"List files and show their chat status"
|
||||
print("ls")
|
||||
|
||||
def get_commands(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue