mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Creating empty file
This commit is contained in:
parent
3f26a3ec05
commit
708653290f
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ class Coder:
|
|||
for fname in cmd_line_fnames:
|
||||
fname = Path(fname)
|
||||
if not fname.exists():
|
||||
self.io.tool(f"Creating {fname}")
|
||||
self.io.tool(f"Creating empty file {fname}")
|
||||
fname.parent.mkdir(parents=True, exist_ok=True)
|
||||
fname.touch()
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ In this chat transcript, the user asks aider to make a simple flask app with var
|
|||
## Chat transcript
|
||||
|
||||
> hello-world-flask$ aider app.py
|
||||
> Creating app.py
|
||||
> Creating empty file app.py
|
||||
> Added app.py to the chat
|
||||
|
||||
#### > make a flask app with a /hello endpoint that returns hello world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue