Compare commits
2 commits
6600bd3f6b
...
3e0ab7092e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e0ab7092e | |||
| e0d9d45a6a |
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