RealFileSystemOps

works.iterative.claude.effectful.internal.cli.RealFileSystemOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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