Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvOptions ¶
type EnvOptions struct {
NullTerminated bool // -0: end each output line with NUL, not newline
Unset string // -u: remove variable from the environment (for display only)
Ignore bool // -i: start with an empty environment
JSON bool // --json: output in JSON format
}
EnvOptions configures the env command behavior
Click to show internal directories.
Click to hide internal directories.