Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EchoOptions ¶
type EchoOptions struct {
NoNewline bool // -n: do not output trailing newline
EnableEscapes bool // -e: enable interpretation of backslash escapes
DisableEscapes bool // -E: disable interpretation of backslash escapes (default)
JSON bool // --json: output as JSON
}
EchoOptions holds the options for the echo command.
type EchoResult ¶
EchoResult represents echo output for JSON
Click to show internal directories.
Click to hide internal directories.