From 227e710fe716c8901ee02e670a57fb70eb3f222b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 1 Apr 2026 17:19:58 +0800 Subject: Update error message in README examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b748422..72cd234 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Output: > mycmd hello Hello, World! > mycmd hallo -Subcommand not found: 'mycmd hallo' +Dispatcher not found for command `hallo` ``` ## Core Concepts -- cgit