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()
评论列表
文章目录