update CLI to print the issue ID when a new issue is created
This commit is contained in:
parent
e0d9d45a6a
commit
3e0ab7092e
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ fn handle_command(
|
||||||
}
|
}
|
||||||
Ok(issue) => {
|
Ok(issue) => {
|
||||||
println!("created new issue '{}'", issue.title());
|
println!("created new issue '{}'", issue.title());
|
||||||
|
println!("ID: {}", issue.id);
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue