简体中文
Appearance
问题
把版本列表排序后写入文件。
versions.WriteVersionsToFile(vs, "sorted.txt")
versions write sorted.txt 1.2.0 1.10.0 1.0.0
{ "tool": "version_write_file", "arguments": { "filepath": "/path/to/output.txt", "versions": [ "1.0.0", "2.0.0" ] } }
← 返回配方索引