start adding support for comments on issues #9
1 changed files with 0 additions and 1 deletions
|
|
@ -144,7 +144,6 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
|
||||||
let Some(issue) = issues.get_mut_issue(issue_id) else {
|
let Some(issue) = issues.get_mut_issue(issue_id) else {
|
||||||
return Err(anyhow::anyhow!("issue {} not found", issue_id));
|
return Err(anyhow::anyhow!("issue {} not found", issue_id));
|
||||||
};
|
};
|
||||||
println!("found issue {}", issue.title());
|
|
||||||
let mut comment = issue.new_comment()?;
|
let mut comment = issue.new_comment()?;
|
||||||
|
|
|||||||
match description {
|
match description {
|
||||||
Some(description) => {
|
Some(description) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
can we make this a
log::debug!()?I took it out entirely, that debug message no longer sparks joy.