All Downloads are FREE. Search and download functionalities are using the official Maven repository.

encrywm.cli.commands.Command.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.cli.commands

import encrywm.cli.Response

trait Command {

  def execute(args: Array[String]): Option[Response]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy