ent show: include comments
This commit is contained in:
parent
50509dcf59
commit
9870d42fdc
1 changed files with 5 additions and 0 deletions
|
|
@ -90,6 +90,11 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
|
|||
}
|
||||
println!("");
|
||||
println!("{}", issue.description);
|
||||
for (uuid, comment) in issue.comments.iter() {
|
||||
println!("");
|
||||
println!("comment: {}", uuid);
|
||||
println!("{}", comment.description);
|
||||
}
|
||||
}
|
||||
None => {
|
||||
return Err(anyhow::anyhow!("issue {} not found", issue_id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue