mdoc.internal.cli

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CliEnrichments.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object Feedback

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Feedback.type
final class HelpMessage[T](default: T, version: String, usage: String, description: Doc)(implicit evidence$1: Surface[T], evidence$2: ConfEncoder[T])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class InputFile(relpath: RelativePath, inputFile: AbsolutePath, outputFile: AbsolutePath, inputDirectory: AbsolutePath, outputDirectory: AbsolutePath)

Value parameters

inputDirectory

directory enclosing the input file.

inputFile

the input file to read from.

outputDirectory

directory enclosing the output file.

outputFile

the output file to write to.

relpath

the input filename relativized by its input directory.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object InputFile

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
InputFile.type
abstract class InternalInput(input: Input)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class MdocProperties(scalacOptions: String, classpath: String, site: Map[String, String], in: Option[List[AbsolutePath]], out: Option[List[AbsolutePath]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class Section(val name: String) extends StaticAnnotation

Attributes

Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
case class Settings(in: List[AbsolutePath], out: List[AbsolutePath], watch: Boolean, check: Boolean, noLinkHygiene: Boolean, checkLinkHygiene: Boolean, verbose: Boolean, site: Map[String, String], classpath: String, scalacOptions: String, cleanTarget: Boolean, noLivereload: Boolean, port: Int, host: String, help: Boolean, usage: Boolean, version: Boolean, markdownExtensions: List[String], include: List[PathMatcher], exclude: List[PathMatcher], reportRelativePaths: Boolean, charset: Charset, cwd: AbsolutePath, allowCodeFenceIndented: Boolean, stringModifiers: List[StringModifier], postModifiers: List[PostModifier], preModifiers: List[PreModifier], inputStream: InputStream, screenWidth: Int, screenHeight: Int, headerIdGenerator: String => String, variablePrinter: Variable => String, coursierLogger: Logger) extends ParserSettings

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ParserSettings
class Object
trait Matchable
class Any
Show all
object Settings

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Settings.type