gpt4 book ai didi

scala - !方法不维护 Scala 中的换行符

转载 作者:行者123 更新时间:2023-12-04 19:40:37 24 4
gpt4 key购买 nike

我需要使用 scala 执行脚本。当我使用 !新行丢失后的字符串。那就是“Here is the”字符串在新行丢失后更新到 Jira 和字符串的另一部分。据我了解,这是到期的!不维护新线路。谁能建议我该如何解决这个问题?请参阅下面的代码。

import scala.sys.process._

val fileContent: String = """ Here is the

text with

new line """

Seq("/opt/atlassian-cli-2.6.0/atlassian.sh", "jira", "--action", "updateIssue", "--issue", "JIRA-2", "--field", "customfield_10664" ,"--values", fileContent).!

最佳答案

正如您从下面的代码片段中看到的,! 可以很好地维护换行符。可能是您调用的脚本有问题?

scala> Seq("echo", """hello
| world""").!
hello
world
res5: Int = 0

关于scala - !方法不维护 Scala 中的换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11736252/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com