Git4sConfig

com.geirolz.git4s.Git4sConfig
See theGit4sConfig companion object
trait Git4sConfig[F[_]](target: GitConfigTarget)(using x$2: WorkingCtx)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def get(key: String)(using CmdLogger[F]): F[Option[String]]

Get the value of a key in the config

Get the value of a key in the config

Attributes

def set(key: String, value: String)(using CmdLogger[F]): F[Unit]

Set the value of a key in the config

Set the value of a key in the config

Attributes

def unset(key: String)(using CmdLogger[F]): F[Unit]

Unset the value of a key in the config

Unset the value of a key in the config

Attributes