FileSystemOps

works.iterative.claude.zio.internal.cli.FileSystemOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def exists(path: String): UIO[Boolean]
def isExecutable(path: String): UIO[Boolean]
def which(command: String): UIO[Option[String]]