mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
12eb203a6a
commit
440d087032
4 changed files with 76 additions and 4 deletions
|
@ -531,7 +531,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
args.pretty = False
|
||||
io.tool_output("VSCode terminal detected, pretty output has been disabled.")
|
||||
|
||||
io.tool_output("Use /help to see in-chat commands, run with --help to see cmd line args")
|
||||
io.tool_output("Use /help <question> to ask for help, run with --help to see cmd line args")
|
||||
|
||||
if git_root and Path.cwd().resolve() != Path(git_root).resolve():
|
||||
io.tool_error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue