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

mdoc.internal.cli.InputFile.scala Maven / Gradle / Ivy

The newest version!
package mdoc.internal.cli

import scala.meta.io.AbsolutePath
import scala.meta.io.RelativePath

case class InputFile(
    relpath: RelativePath,
    in: AbsolutePath,
    out: AbsolutePath
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy