Skip to content

Context

[Source]

Context holds options and environment for all commands.

class val Context

Constructors

create

[Source]

new val create(
  env': Env val,
  log': Logger[String val] val,
  uout': Logger[String val] val,
  nothing': Bool val,
  repo_cache': FilePath val)
: Context val^

Parameters

Returns


Public fields

let env: Env val

[Source]


let log: Logger[String val] val

[Source]


let uout: Logger[String val] val

[Source]


let nothing: Bool val

[Source]


let repo_cache: FilePath val

[Source]