命令参数说明
64位运行模式检查就是将GCC4.8.5~GCC10.3.0版本原32位的应用迁移到64位平台上,进行迁移检查并给出修改建议。
命令功能
查看64位运行模式检查所有命令参数。
命令格式
devkit advisor mode-check -h
使用实例
执行以下命令,查看所有命令参数说明。
devkit advisor mode-check -h
返回信息如下:
OVERVIEW Run this command to identifies the 32-bit applications to be ported to the 64-bit platform and provides modification suggestions. USAGE devkit advisor mode-check {-i INPUT_PATH | --input INPUT_PATH} [-o OUTPUT_PATH | --output OUTPUT_PATH] [-r {all,json,html,csv} | --report-type {all,json,html,csv}] [-l {0,1,2,3} | --log-level {0,1,2,3}] [--set-timeout TIMEOUT] OPTIONS -i, --input INPUT_PATH [Mandatory option] Specifies the folder of the source code to be scanned. -o, --output OUTPUT_PATH Specify the path for storing the scan report and the file name. By default, the file is stored in the current path and its name is in the format of function name_timestamp_uuid(4-digit). -l, --log-level {0,1,2,3} Specifies the log level of the current task, 0(DEBUG) | 1(INFO) | 2(WARNING) | 3(ERROR). The default value is 1(INFO). -r, --report-type {all,json,html,csv} Specify the report type for the scan report. The default value is all. --set-timeout <min> Specifies the timeout period of a task. By default, the timeout period is not set. EXAMPLE # Scan a project and generate scanning reports. devkit advisor mode-check -i /home/advisor/project
父主题: 64位运行模式检查