__main__.py 文件源码

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

项目:nRF5-universal-prog 作者: NordicPlayground 项目源码 文件源码
def main():
    """
    Set up a command line interface using the argparse module.

    Above we will define what arguments our program requires and argparse will figure out how to parse those from sys.argv.
    For info on argparse see: https://docs.python.org/3/library/argparse.html.
    """
    cli = Nrfjprog()
    cli.run()
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号