You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set globally Java properties for ScalaCLI launcher (#2317)
* Add java.properties key into config
* sclicheck: remove config file for clear command
* Ask user to confirm when change value for key
* Load java properties into ScalaCli from config
* Add docs
s"Do you want to change the key '$keyFullName' from '$previousValueStr' to '$newValuesStr'?"
334
+
interactive.confirmOperation(msg) match {
335
+
caseSome(true) =>Right(())
336
+
case _ =>Left(newException(
337
+
s"Unable to change the value for the key: '$keyFullName' from '$previousValueStr' to '$newValuesStr' without the force flag. Please pass -f or --force to override."
0 commit comments