1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-26 04:17:11 -07:00

New lines.

This commit is contained in:
Cedric Beust 2016-02-27 20:02:07 -08:00
parent 02f8724fa2
commit cedb6ea7f9

View file

@ -142,6 +142,7 @@ Available templates
$ ./kobaltw --init kotlin $ ./kobaltw --init kotlin
Template "kotlin" installed Template "kotlin" installed
Now you can run either `./kobaltw test` or `./kobaltw run` Now you can run either `./kobaltw test` or `./kobaltw run`
$ ./kobaltw test $ ./kobaltw test
----- example:test ----- example:test
=============================================== ===============================================
@ -151,6 +152,7 @@ Total tests run: 1, Failures: 0, Skips: 0
All tests passed All tests passed
BUILD SUCCESSFUL (5 seconds) BUILD SUCCESSFUL (5 seconds)
$ ./kobaltw run $ ./kobaltw run
----- example:run ----- example:run
Hello Kotlin world from Kobalt Hello Kotlin world from Kobalt