read.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:ghutil 作者: jwodder 项目源码 文件源码
def cli(issue, since):
    """ View comments on an issue/PR """
    output = show_comment(issue.data)
    for comment in issue.comments.get(params={"since": since}):
        output += '\n' + show_comment(comment)
    # echo_via_pager adds a newline, so remove the "extra" newline at the end
    click.echo_via_pager(output.rstrip('\r\n'))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号