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

com.nthportal.shell.Command.scala Maven / Gradle / Ivy

package com.nthportal.shell

/**
  * A command to be executed by a [[Shell]].
  */
trait Command extends SubCommand {
  /**
    * The name of the command.
    */
  val name: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy