From 257774fe368ec19b751c1e545b8415ae99b3951b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 4 Jan 2024 20:29:31 +0100 Subject: [PATCH] doc --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8ceef69..833d735 100644 --- a/README.md +++ b/README.md @@ -510,10 +510,6 @@ E.g.: {:dispatch ["sub1" "sub2"], :opts {:foo :a, :bar :b, :baz :c}, - :opts-by-cmds - [{:cmds [], :opts {:foo :a}} - {:cmds ["sub1"], :opts {:bar :b}} - {:cmds ["sub1" "sub2"], :opts {:baz :c}}], :args ["arg"]} ```