Skip to content

Commit 3f8371b

Browse files
docs: add entries for overall CI and revisions positional argument (#47)
1 parent cf6ab8a commit 3f8371b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,19 @@ struct Job {
134134
platform_option: String,
135135
}
136136

137+
/// Downloads artifacts from a TreeHerder instance\[1\] and places them in a directory with
138+
/// directory structures for ease of navigation.
139+
///
140+
/// By default, Mozilla's corporate instance is the host.
141+
///
142+
/// [1]: https://github.com/mozilla/treeherder
137143
#[derive(Debug, Parser)]
138144
#[clap(about, version)]
139145
struct Cli {
140146
#[clap(flatten)]
141147
options: Options,
148+
/// Refs. to the revision at the tip of TreeHerder push(es), of the form
149+
/// `<project>:<hash>`.
142150
#[clap(value_parser = RevisionRef::from_str)]
143151
revisions: Vec<RevisionRef>,
144152
}

0 commit comments

Comments
 (0)