mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05: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
|
self.console = console
|
||||||
|
|
||||||
def cmd_help(self, args):
|
def cmd_help(self, args):
|
||||||
print("help")
|
"Show help about all commands"
|
||||||
|
pass
|
||||||
|
|
||||||
def cmd_ls(self, args):
|
def cmd_ls(self, args):
|
||||||
|
"List files and show their chat status"
|
||||||
print("ls")
|
print("ls")
|
||||||
|
|
||||||
def get_commands(self):
|
def get_commands(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue