From cc28a67a53babdfb2de05916e3556554cb8368d3 Mon Sep 17 00:00:00 2001 From: javalsai Date: Mon, 22 Jun 2026 23:06:58 +0200 Subject: [PATCH] typo --- src/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.sh b/src/lib.sh index 011d466..857b44f 100644 --- a/src/lib.sh +++ b/src/lib.sh @@ -22,7 +22,7 @@ std::mod::init clap 0.2.1 \ # the arguments and flags, for nested parsing. Subcommand might be empty in the # case no arguments were provided or a `--` was given. # -# If unset or equal to 0, `clap_arguments` will have proper parsed arguments +# If unset or equal to 0, `clap__arguments` will have proper parsed arguments # (not flags) and `clap__subcommand_arguments` will be empty. ## clap::parse() {