Skip to content

Commit 54dee0c

Browse files
committed
comment command line tool
1 parent 4f1d12a commit 54dee0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mdbook-goals/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,14 @@ enum Command {
6969
/// Checks that the goal documents are well-formed, intended for use within CI
7070
Check {},
7171

72+
/// Generate json file with status from tracking issues.
73+
/// This is intended for storing alongside the book for consumption by external tools.
7274
Json {
75+
/// Milestone for which we generate tracking issue data (e.g., `2024h2`).
7376
milestone: String,
7477

78+
/// Path to write the json (e.g., `book/html/api/milestone.json`).
79+
/// If not provided, writes to stdout.
7580
#[structopt(long)]
7681
json_path: Option<PathBuf>,
7782
},

0 commit comments

Comments
 (0)