Merge pull request 'CLI: Print ID on new' (#23) from 03/print-id-on-new into main
Reviewed-on: #23
This commit is contained in:
commit
d3ba28f4d4
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