Feedback

mdoc.internal.cli.Feedback
object Feedback

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Feedback.type

Members list

Value members

Concrete methods

def inputDifferentLengthOutput(input: List[AbsolutePath], output: List[AbsolutePath]): String
def inputEqualOutput(input: AbsolutePath): String
def mustBeNonEmpty(what: String): String
def outSubdirectoryOfIn(in: Path, out: Path): String
def outputCannotBeDirectory(input: AbsolutePath, output: AbsolutePath): String
def outputCannotBeRegularFile(input: AbsolutePath, output: AbsolutePath): String