parser: document the TARGET command line argument
This commit is contained in:
parent
f7ea8eae09
commit
f2ad60d8da
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue