We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deb2e6 commit cf036deCopy full SHA for cf036de
modules/config/src/main/scala/scala/cli/config/PasswordOption.scala
@@ -76,7 +76,7 @@ object PasswordOption extends LowPriorityPasswordOption {
76
77
import sys.process._
78
val res = command.!!<
79
- Secret(res) // should we trim that?
+ Secret(res.trim)
80
}
81
def asString: Secret[String] = {
82
val json = writeToString(command.toList)(commandCodec)
0 commit comments