From f2ad60d8da07537f989444d3dabda62b4ccefb74 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Thu, 13 Mar 2025 07:27:14 -0600 Subject: [PATCH] parser: document the TARGET command line argument --- tools/src/bin/parser/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/bin/parser/main.rs b/tools/src/bin/parser/main.rs index 7cdff80..b37e06d 100644 --- a/tools/src/bin/parser/main.rs +++ b/tools/src/bin/parser/main.rs @@ -5,7 +5,7 @@ use tools::Repo; #[derive(Debug, clap::Parser)] #[command(version, about, long_about = None)] struct Args { - // The name of the recipe to build. + /// The name of the recipe to build. target: String, /// Directory containing the repo of all repositories.