PathType

zio.cli.PathType
See thePathType companion object
sealed trait PathType

Describes whether the command-line application wants a path to be a file or a directory.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Directory
object Either
object File
In this article