将补丁程序应用于区块链应用构建器 CLI

可以使用 patch 命令将修补程序应用于区块链应用程序构建器命令行界面 (CLI)。

使用情况:

patch [options]
ochain patch -h 
Usage: patch [options]

Apply PatchFix to ochain 

Options :
    -h, --help              output command usage information
    -D, --debug             enable debug logging
    -p, --path <path>       Path to Patch Zip file

要将修补程序应用于项目,请导航到包含该项目的目录,然后输入以下命令。必须将包含修补程序的归档文件的路径作为选项传递给 patch 命令。

ochain patch --path path_to_archive_file