add author to Comment
This commit is contained in:
parent
304b6b0d17
commit
7acd94f7c0
5 changed files with 30 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
|
|||
for comment in &issue.comments {
|
||||
println!("");
|
||||
println!("comment: {}", comment.uuid);
|
||||
println!("author: {}", comment.author);
|
||||
println!("timestamp: {}", comment.timestamp);
|
||||
println!("{}", comment.description);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue