pull/189/head
xiaojunnuo 2024-09-05 11:00:21 +08:00
parent bd73a163cd
commit 1dd9a8d4d3
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export class HostShellExecutePlugin extends AbstractTaskPlugin {
vModel: 'value',
rows: 6,
},
helper:"注意如果目标主机是windows且终端是cmd系统会自动将多行命令通过“&&”连接成一行",
required: true,
})
script!: string;