From ba1adecfbbb8e3b26e6a5ce8e0713c38a9796a68 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 8 May 2024 19:46:28 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817263a..0d299e4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Before any other command-line argument parsing is performed, `@FILE` arguments a * If an argument starts with a literal `@`, double it: `@@` * `@.` stops processing any further `@FILE` arguments and leaves them unchanged. The contents of an `@FILE` are parsed according to `shlex.split(comments=True)`. -Comments are not supported. +Comments are supported. A typical content might look like this: ``` # gpt-3.5.txt: Use cheaper gpt 3.5 and custom prompt