Effect Envpub
Source:effect(pub) Env
.args ( → (Vec Str) )
.get-env ( Str → (Option Str) )
.exit ( AnyInt → Never )
Description
Process environment effect: command-line args, env vars, and process exit.
:effect(pub) Env
.args ( → (Vec Str) )
.get-env ( Str → (Option Str) )
.exit ( AnyInt → Never )
Process environment effect: command-line args, env vars, and process exit.