@cli.command(help="Get the key information of iOS system.")
@cli.command(help="Get the key information of iOS system.")
@click.option("-i","--inputs",required=True,type=str,help="Please enter IPA file or ELF file to scan or corresponding IPA download address. App store is not supported at present.")
@click.option("-i","--inputs",required=True,type=str,help="Please enter IPA file or ELF file to scan or corresponding IPA download address. App store is not supported at present.")
@click.option("-t",'--threads',required=False,type=int,default=10,help="Set the number of concurrency. The larger the concurrency, the faster the speed. The default value is 10.")
@click.option("-t",'--threads',required=False,type=int,default=10,help="Set the number of concurrency. The larger the concurrency, the faster the speed. The default value is 10.")
@click.option("-o",'--output',required=False,type=str,default=None,help="Specify the result set output directory.")
@click.option("-o",'--output',required=False,type=str,default=None,help="Specify the result set output directory.")
@cli.command(help="Get the key information of Web system.")
@cli.command(help="Get the key information of Web system.")
@click.option("-i","--inputs",required=True,type=str,help="Please enter the site directory or site file to scan or the corresponding site download address.")
@click.option("-i","--inputs",required=True,type=str,help="Please enter the site directory or site file to scan or the corresponding site download address.")
@click.option("-t",'--threads',required=False,type=int,default=10,help="Set the number of concurrency. The larger the concurrency, the faster the speed. The default value is 10.")
@click.option("-t",'--threads',required=False,type=int,default=10,help="Set the number of concurrency. The larger the concurrency, the faster the speed. The default value is 10.")
@click.option("-o",'--output',required=False,type=str,default=None,help="Specify the result set output directory.")
@click.option("-o",'--output',required=False,type=str,default=None,help="Specify the result set output directory.")