io.github.awwsmm.zepto.Main.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zepto_2.13 Show documentation
Show all versions of zepto_2.13 Show documentation
A teeny, tiny shell for interactive Scala applications.
The newest version!
package io.github.awwsmm.zepto
object Main extends App {
private val commands = Set(
Command.Echo,
Command.Ohce,
Command.Quit,
Command.help(Set(Command.Echo, Command.Ohce, Command.Quit))
)
new Terminal(commands).run()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy