Documentation
¶
Overview ¶
Package cache provides the Bonzai command branch of the same name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &Z.Cmd{ Name: `var`, Summary: `cache variables in {{ execachedir "vars"}}`, Version: `v0.1.1`, Copyright: `Copyright 2021 Robert S Muhlestein`, License: `Apache-2.0`, Commands: []*Z.Cmd{help.Cmd, _init, set, get, _file, data, edit}, Description: ` The *{{.Name}}* command provides a cross-platform, persistent alternative to environment/system variables. The subcommands are designed to be safe and convenient. Implementation Variables are cached as key=val (property) pairs, one to a line, in the {{ execachedir "vars" }} file. Key names are automatically prefixed with the Cmd.Path ('{{ .Path }}' in this case) which changed depending on where this cache (var) branch is composed into the Bonzai command tree. Keys must not include an equal sign (=) which is the only line delimiter. Carriage returns (\r) and line returns (\n) are escaped and each line is terminated with a line return (\n).`}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package cache provides high-level functions that are called from the Go Bonzai branch of the same name providing universal access to the core functionality.
|
Package cache provides high-level functions that are called from the Go Bonzai branch of the same name providing universal access to the core functionality. |
Click to show internal directories.
Click to hide internal directories.