From 042e3539a9da8f2b13082b9b39589e12a2ed61e1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 29 Jun 2023 13:30:51 -0700 Subject: [PATCH] Applied cog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71c18e5..853a433 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Options: --fully-typed Filter functions with full type annotations --no-init Filter to exclude any __init__ methods --replace Replace matching symbol with text from stdin + --rexec TEXT Replace with the result of piping to this tool --help Show this message and exit. ```