# doc-cache created by Octave 10.2.0
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 17
tar_zstd_compress


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 215
 -- tar_zstd_compress (SOURCE1, SOURCE2, ... , TAR_ZSTD_FILENAME)
     将一个或多个文件或文件夹压缩为.tar.zst文件
          param: source1, source2, ... , tar_zstd_filename

          return: status


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
将一个或多个文件或文件夹压缩为.tar.zst文件
     param: sourc...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 19
tar_zstd_decompress


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 193
 -- tar_zstd_decompress (TAR_ZSTD_FILENAME, DESTINATION_DIR)
     将.tar.zst文件解压缩到目标目录下
          param: source1, source2, ... , output_filename

          return: status


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
将.tar.zst文件解压缩到目标目录下
     param: source1, source2, .....





