mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix: Update web command description to better reflect functionality
This commit is contained in:
parent
57a1aafdfd
commit
c290001a9f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class Commands:
|
|||
self.io.tool_output("Please provide a partial model name to search for.")
|
||||
|
||||
def cmd_web(self, args):
|
||||
"Use headless selenium to scrape a webpage and add the content to the chat"
|
||||
"Scrape a webpage, convert to markdown and add to the chat"
|
||||
url = args.strip()
|
||||
if not url:
|
||||
self.io.tool_error("Please provide a URL to scrape.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue