Package

mdoc.internal

cli

Permalink

package cli

Visibility
  1. Public
  2. All

Type Members

  1. trait CliEnrichments extends AnyRef

    Permalink
  2. final class HelpMessage[T] extends AnyRef

    Permalink
  3. case class InputFile(relpath: RelativePath, inputFile: AbsolutePath, outputFile: AbsolutePath, inputDirectory: AbsolutePath, outputDirectory: AbsolutePath) extends Product with Serializable

    Permalink

    relpath

    the input filename relativized by its input directory.

    inputFile

    the input file to read from.

    outputFile

    the output file to write to.

    inputDirectory

    directory enclosing the input file.

    outputDirectory

    directory enclosing the output file.

  4. case class MdocProperties(scalacOptions: String = "", classpath: String = "", site: Map[String, String] = Map.empty, in: Option[List[AbsolutePath]] = None, out: Option[List[AbsolutePath]] = None) extends Product with Serializable

    Permalink
  5. class Section extends Annotation with StaticAnnotation

    Permalink
  6. case class Settings(in: List[AbsolutePath], out: List[AbsolutePath], watch: Boolean = false, check: Boolean = false, noLinkHygiene: Boolean = false, verbose: Boolean = false, site: Map[String, String] = Map.empty, classpath: String = "", scalacOptions: String = "", cleanTarget: Boolean = false, noLivereload: Boolean = false, port: Int = 4000, host: String = "localhost", help: Boolean = false, usage: Boolean = false, version: Boolean = false, markdownExtensions: List[String] = List("md", "html"), include: List[PathMatcher] = Nil, exclude: List[PathMatcher] = Nil, reportRelativePaths: Boolean = false, charset: Charset = StandardCharsets.UTF_8, cwd: AbsolutePath, stringModifiers: List[StringModifier] = StringModifier.default(), postModifiers: List[PostModifier] = PostModifier.default(), preModifiers: List[PreModifier] = PreModifier.default(), inputStream: InputStream = System.in, screenWidth: Int = 120, screenHeight: Int = 50, headerIdGenerator: (String) ⇒ String = GitHubIdGenerator, variablePrinter: (Variable) ⇒ String = ReplVariablePrinter, coursierLogger: Logger = coursierapi.Logger.progressBars()) extends Product with Serializable

    Permalink

Value Members

  1. object CliEnrichments extends CliEnrichments

    Permalink
  2. object Feedback

    Permalink
  3. object InputFile extends Serializable

    Permalink
  4. object MdocProperties extends Serializable

    Permalink
  5. object Settings extends Serializable

    Permalink

Ungrouped