parser: document the TARGET command line argument

This commit is contained in:
Sebastian Kuzminsky 2025-03-13 07:27:14 -06:00
parent f7ea8eae09
commit f2ad60d8da

View file

@ -5,7 +5,7 @@ use tools::Repo;
#[derive(Debug, clap::Parser)] #[derive(Debug, clap::Parser)]
#[command(version, about, long_about = None)] #[command(version, about, long_about = None)]
struct Args { struct Args {
// The name of the recipe to build. /// The name of the recipe to build.
target: String, target: String,
/// Directory containing the repo of all repositories. /// Directory containing the repo of all repositories.