FileSystemOps

works.iterative.claude.effectful.internal.cli.FileSystemOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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