CLI: Print ID on new #23
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ fn handle_command(
|
|||
}
|
||||
Ok(issue) => {
|
||||
println!("created new issue '{}'", issue.title());
|
||||
println!("ID: {}", issue.id);
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue