mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 17:37:58 -04:00
reformat about command
This commit is contained in:
parent
453b0faa5f
commit
aef2de7ce6
@ -22,16 +22,15 @@ object AboutCommand : Command {
|
|||||||
|
|
||||||
private fun PrintTarget.printAbout() {
|
private fun PrintTarget.printAbout() {
|
||||||
print("-------------- Minosoft --------------")
|
print("-------------- Minosoft --------------")
|
||||||
print("This is minosoft version §e${MinosoftProperties.general.name}")
|
print("This is minosoft version §e${MinosoftProperties.general.name}.")
|
||||||
val git = MinosoftProperties.git
|
val git = MinosoftProperties.git
|
||||||
if (git == null) {
|
if (git == null) {
|
||||||
print("Sadly git version information is not available.")
|
print("Sadly git version information is not available :( ")
|
||||||
} else {
|
} else {
|
||||||
print("This version was built from §e${git.branch}§r on top of §e${git.commit}")
|
print("This version was built from branch §e${git.branch}§r of the commit §e${git.commit}")
|
||||||
}
|
}
|
||||||
|
|
||||||
print("This software was mainly created by §eMoritz Zwerger§r (https://bixilon.de)")
|
print("This software was mainly created by §eMoritz Zwerger§r (https://bixilon.de) and is licensed under the §eGPL3§r license.")
|
||||||
print("and is licensed under the §eGPL3§r license.")
|
|
||||||
|
|
||||||
print("The source code is available under https://gitlab.bixilon.de/bixilon/minosoft.")
|
print("The source code is available under https://gitlab.bixilon.de/bixilon/minosoft.")
|
||||||
print("Feel free to §econtribute§r, §efork§r and §esubmit§r a pull request!")
|
print("Feel free to §econtribute§r, §efork§r and §esubmit§r a pull request!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user