From cc9fa1b5e1c60f660d4f7a2d5857de1534cfe95a Mon Sep 17 00:00:00 2001 From: Ryan Nevius Date: Wed, 17 Dec 2025 13:34:12 +0100 Subject: [PATCH] chore(docs): use process substitution to avoid diff artifacts --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c872e3f9026..1490b40e68a 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ LLMs are a part of our lives from here on out so join us in learning about and c * [Aider Original Documentation (still mostly applies)](https://aider.chat/) You can see a selection of the enhancements and updates by comparing the help output: + ```bash -aider --help > aider.help.txt -cecli --help > cecli.help.txt -diff aider.help.txt cecli.help.txt -uw --color +diff -uw --color <(aider --help) <(cecli --help) ``` ## Installation Instructions @@ -453,4 +452,4 @@ The current priorities are to improve core capabilities and user experience of t - \ No newline at end of file +