
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