Minor. Text formatted in commonizer CLI
This commit is contained in:
@@ -16,8 +16,8 @@ internal abstract class Task(private val options: Collection<Option<*>>) : Compa
|
|||||||
// Important: the order of entries affects that order of tasks execution
|
// Important: the order of entries affects that order of tasks execution
|
||||||
INFORMATIONAL,
|
INFORMATIONAL,
|
||||||
COMMONIZATION(
|
COMMONIZATION(
|
||||||
prologue = "Kotlin KLIB commonizer: Please wait while processing libraries.",
|
prologue = "\nKotlin KLIB commonizer: Please wait while preparing libraries.",
|
||||||
epilogue = "Kotlin KLIB commonizer: Done.\n",
|
epilogue = "\n",
|
||||||
logEachStep = true
|
logEachStep = true
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user