From 89d4e9c4dd65513612a1ab4709a88d7d1d2f5fc4 Mon Sep 17 00:00:00 2001 From: PRO <54608551+PRO-2684@users.noreply.github.com> Date: Wed, 6 May 2026 15:13:44 +0800 Subject: [PATCH] doc: Fix typo on subcommand example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d5879..5b7d421 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ struct SubCommandOne { #[derive(FromArgs, PartialEq, Debug)] /// Second subcommand. -#[argh(subcommand, name = "two", short = "t")] +#[argh(subcommand, name = "two", short = 't')] struct SubCommandTwo { #[argh(switch)] /// whether to fooey