'''
Auther:Qi Guangyuan
Data:2021-12-3
Contact:[email protected]
Script Use argparse to pass in command line parameters
'''
import argparse
parse=argparse.ArgumentParser(description='Input and output file path.')
parse.add_argument('--input','-i',help='The input file path.')</