Skip to main content

comment_issue

Function comment_issue 

Source
pub fn comment_issue(
    repo_root: &Path,
    id: u64,
    author: &str,
    body: &str,
) -> Result<Issue, LitError>
Expand description

Add a comment to an issue