From be5bf03cccd7c48cb5cb35a4edfaac45ce9969b2 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 9 Oct 2022 18:44:31 -0400 Subject: [PATCH] add links for history processing --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 542418a480..385d51254f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,8 @@ you can try starting `invoke.py` with the `--precision=float32` flag: - Extensive metadata now written into PNG files, allowing reliable regeneration of images and tweaking of previous settings. - Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms. - - Improved command-line completion behavior and new commands added: + - Improved command-line completion behavior. + New commands added: * List command-line history with `!history` * Search command-line history with `!search` * Clear history with `!clear`